Skip to content

Commit 097b656

Browse files
committed
fix(actions): Fix rust cache hit
1 parent cb0e057 commit 097b656

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
- name: Cache rust
5252
uses: Swatinem/rust-cache@v2
53+
with:
54+
workspaces: backend
5355

5456
- name: Check backend
5557
working-directory: backend

0 commit comments

Comments
 (0)