Skip to content

Commit 3b827cf

Browse files
committed
Exclude fmt and clippy from nightly tests
1 parent 080e40b commit 3b827cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
run: cargo run arch-check
2828
- name: Architecture check (Optimized)
2929
run: cargo run --features=optimize_crc32_auto arch-check
30-
- name: Format
30+
- if: ${{ matrix.rust-toolchain != 'nightly' }}
31+
name: Format
3132
run: cargo fmt -- --check
32-
- name: Clippy
33+
- if: ${{ matrix.rust-toolchain != 'nightly' }}
34+
name: Clippy
3335
run: cargo clippy
3436
- name: Test
3537
run: cargo test

0 commit comments

Comments
 (0)