We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4123d commit 4a4f41dCopy full SHA for 4a4f41d
.github/workflows/ci.yaml
@@ -88,6 +88,7 @@ jobs:
88
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
89
90
- name: clippy
91
+ if: matrix.os == 'ubuntu-latest' && ${{ env.RUST_CHANNEL }} == 'stable'
92
run: cargo clippy --all-targets -- -D warnings
93
94
- name: Switch to stable toolchain
0 commit comments