We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd1c96 commit 94f62b5Copy full SHA for 94f62b5
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/cache@v4
17
with:
18
path: backend/target
19
- key: cargo-${{ hashFiles('backend/Cargo.lock') }}
+ key: cargo-test-${{ hashFiles('backend/Cargo.lock') }}
20
21
- name: Run tests
22
run: |
.github/workflows/web.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/cache@v3
25
26
27
- key: doesnt-matter-share-everything
+ key: cargo-wasm-${{ hashFiles('backend/Cargo.lock') }}
28
29
- name: Build web app
30
0 commit comments