We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8dfcc commit 3469f73Copy full SHA for 3469f73
.github/workflows/ci.yml
@@ -465,7 +465,7 @@ jobs:
465
target: ${{ matrix.target }}
466
components: clippy
467
cache-key: x86_64-unknown-linux-gnu
468
- - run: cargo +beta clippy --target ${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
+ - run: cargo +beta clippy --all-targets ${{ matrix.features }} -- -Dwarnings
469
pre-commit:
470
runs-on: ubuntu-24.04
471
steps:
0 commit comments