We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc2e4c commit 3b37f66Copy full SHA for 3b37f66
.github/workflows/ci.yml
@@ -417,7 +417,7 @@ jobs:
417
target: ${{ matrix.target }}
418
components: clippy
419
cache-key: x86_64-unknown-linux-gnu
420
- - run: cargo +beta clippy ${{ matrix.features }} -- -Dwarnings
+ - run: cargo +beta clippy --target ${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
421
pre-commit:
422
runs-on: ubuntu-24.04
423
steps:
0 commit comments