We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
backend
1 parent 49a1eb3 commit 90334a6Copy full SHA for 90334a6
1 file changed
.github/workflows/ci.yaml
@@ -21,6 +21,8 @@ jobs:
21
22
- name: Cache Rust build
23
uses: Swatinem/rust-cache@v2
24
+ with:
25
+ workspaces: "backend -> target"
26
27
- name: Build the project
28
run: cargo build
0 commit comments