We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--all-targets
1 parent 1c1520d commit fd340deCopy full SHA for fd340de
1 file changed
.github/workflows/main.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: Swatinem/rust-cache@v2
60
61
- name: Run Clippy
62
- run: cargo clippy --workspace --all-features --tests --benches --examples -- -D warnings
+ run: cargo clippy --workspace --all-targets --all-features -- -D warnings
63
64
- name: Check docs
65
run: |
0 commit comments