Skip to content

Commit 46e92fc

Browse files
committed
use --lib --bins --tests instead of --all-targets
1 parent a391ca8 commit 46e92fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
toolchain: 1.92.0 # Pinned to prevent breakages
2929
components: clippy
30-
- run: cargo clippy --all --all-targets --all-features -- -D warnings
30+
- run: cargo clippy --workspace --all-features --lib --bins --tests -- -D warnings
3131

3232
rustfmt:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)