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 b49fcb3 commit 8c62d52Copy full SHA for 8c62d52
.github/workflows/tests.yml
@@ -22,12 +22,11 @@ jobs:
22
with:
23
toolchain: ${{ matrix.rust-toolchain }}
24
components: rustfmt, clippy
25
+ cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}
26
- name: Check
27
run: cargo check
28
- name: Architecture check
29
run: cargo run arch-check
- - name: Architecture check (Optimized)
30
- run: cargo run arch-check
31
- if: ${{ matrix.rust-toolchain != 'nightly' }}
32
name: Format
33
run: cargo fmt -- --check
0 commit comments