Skip to content

Commit 3469f73

Browse files
committed
fix(ci): update clippy command to check all targets for improved linting
1 parent bf8dfcc commit 3469f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
target: ${{ matrix.target }}
466466
components: clippy
467467
cache-key: x86_64-unknown-linux-gnu
468-
- run: cargo +beta clippy --target ${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
468+
- run: cargo +beta clippy --all-targets ${{ matrix.features }} -- -Dwarnings
469469
pre-commit:
470470
runs-on: ubuntu-24.04
471471
steps:

0 commit comments

Comments
 (0)