Enforce most pedantic lints on CI (#878)

This commit is contained in:
Charlie Marsh
2022-11-22 18:55:57 -05:00
committed by GitHub
parent 10dcd5fd0a
commit bdd32c0850
42 changed files with 169 additions and 105 deletions

View File

@@ -82,7 +82,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::pedantic
cargo_test:
name: "cargo test"