Skip to content

Commit 4a4f41d

Browse files
committed
Only run clippy on ubuntu and stable Rust
1 parent 6a4123d commit 4a4f41d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
8989

9090
- name: clippy
91+
if: matrix.os == 'ubuntu-latest' && ${{ env.RUST_CHANNEL }} == 'stable'
9192
run: cargo clippy --all-targets -- -D warnings
9293

9394
- name: Switch to stable toolchain

0 commit comments

Comments
 (0)