Restore clippy on all crates in the workspace (#725)

This commit is contained in:
Anders Kaseorg
2022-11-13 12:18:57 -08:00
committed by GitHub
parent 34ecc69914
commit 450970e0e6

View File

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