ci: Remove nightly clippy (#1674)

This commit is contained in:
Tom Linton 2022-03-24 17:50:50 +13:00 committed by GitHub
parent e9995112f6
commit 7ea97cb298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ jobs:
- run: cargo build
- run: cargo fmt -- --check
- run: cargo clippy --all-targets -- -D warnings
- run: rustup toolchain install nightly --profile minimal --component clippy
- run: cargo +nightly clippy --all-targets -- -D warnings
- run: cargo test
- run: cd ts && yarn --frozen-lockfile
- run: cd ts && yarn test