Skip to content

Commit e02bdf6

Browse files
authored
ci: remove --all-targets from Clippy command (#1424)
This flag gets overwritten by `--lib --bins --tests`. We can not use just `--all-targets` because benches (which are implied by it) require a Nightly tooclhain.
1 parent 3e60879 commit e02bdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 --workspace --all-features --all-targets --lib --bins --tests -- -Dwarnings
30+
- run: cargo clippy --workspace --all-features --lib --bins --tests -- -Dwarnings
3131

3232
rustfmt:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)