Skip to content

Commit 101b5fc

Browse files
authored
ci: tweak Clippy command (#1268)
Adds `--lib --bins --tests` to the Clippy command to apply it to tests and binaries. Additionally, removes `--exclude aarch64-dit` which is not necessary since `aarch64-dit` is no longer part of the workspace.
1 parent 67bba5a commit 101b5fc

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-features --exclude aarch64-dit -- -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)