Skip to content

Commit 085b17c

Browse files
committed
crc-fast-rust: trying to bust the CI cache via new keys to fix this weird failure
1 parent 8494963 commit 085b17c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
toolchain: ${{ matrix.rust-toolchain }}
2525
components: rustfmt, clippy
26-
cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}
26+
cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}-v2
2727
- name: Check
2828
run: cargo check --all-features
2929
- name: Architecture check
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
toolchain: ${{ matrix.rust-toolchain }}
5656
components: rustfmt, clippy
57-
cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}
57+
cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}-v2
5858
- name: Check
5959
run: cargo check --all-features
6060
- name: Architecture check
@@ -168,7 +168,7 @@ jobs:
168168
toolchain: ${{ matrix.rust-toolchain }}
169169
target: ${{ matrix.target }}
170170
components: rustfmt, clippy
171-
cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }}
171+
cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }}-v2
172172
- name: Check no_std (no features)
173173
run: cargo check --target ${{ matrix.target }} --no-default-features --features panic-handler --lib
174174
- name: Check no_std with alloc
@@ -209,7 +209,7 @@ jobs:
209209
toolchain: ${{ matrix.rust-toolchain }}
210210
target: ${{ matrix.target }}
211211
components: rustfmt, clippy
212-
cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }}
212+
cache-key: ${{ matrix.target }}-${{ matrix.rust-toolchain }}-v2
213213
- name: Check WASM (no features)
214214
run: cargo check --target ${{ matrix.target }} --no-default-features --features panic-handler --lib
215215
- name: Check WASM with alloc

0 commit comments

Comments
 (0)