Skip to content

Commit 4590c39

Browse files
committed
chore: Add cache key to rust cache in CI
1 parent d651560 commit 4590c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
cache-provider: buildjet
2626
cache-all-crates: true
27+
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2728
- uses: jdx/mise-action@v2
2829
with:
2930
version: 2025.1.0 # [default: latest] mise version to install

0 commit comments

Comments
 (0)