We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--lib --bins --tests
--all-targets
1 parent a391ca8 commit 46e92fcCopy full SHA for 46e92fc
.github/workflows/workspace.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
toolchain: 1.92.0 # Pinned to prevent breakages
29
components: clippy
30
- - run: cargo clippy --all --all-targets --all-features -- -D warnings
+ - run: cargo clippy --workspace --all-features --lib --bins --tests -- -D warnings
31
32
rustfmt:
33
runs-on: ubuntu-latest
0 commit comments