Skip to content

Commit 675a814

Browse files
committed
#111 perf: unify cargo cache key across all CI jobs
1 parent 839fc0e commit 675a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- name: Cache cargo
226226
uses: Swatinem/rust-cache@v2
227227
with:
228-
shared-key: "coverage"
228+
shared-key: "stable"
229229
save-if: ${{ github.ref == 'refs/heads/main' }}
230230

231231
- name: Install cargo-llvm-cov

0 commit comments

Comments
 (0)