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 080e40b commit 3b827cfCopy full SHA for 3b827cf
.github/workflows/tests.yml
@@ -27,9 +27,11 @@ jobs:
27
run: cargo run arch-check
28
- name: Architecture check (Optimized)
29
run: cargo run --features=optimize_crc32_auto arch-check
30
- - name: Format
+ - if: ${{ matrix.rust-toolchain != 'nightly' }}
31
+ name: Format
32
run: cargo fmt -- --check
- - name: Clippy
33
34
+ name: Clippy
35
run: cargo clippy
36
- name: Test
37
run: cargo test
0 commit comments