Skip to content

Commit 90334a6

Browse files
committed
ci: cache backend folder
1 parent 49a1eb3 commit 90334a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

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

2222
- name: Cache Rust build
2323
uses: Swatinem/rust-cache@v2
24+
with:
25+
workspaces: "backend -> target"
2426

2527
- name: Build the project
2628
run: cargo build

0 commit comments

Comments
 (0)