Skip to content

Commit 8f18432

Browse files
committed
feat(ci): include .iroha/wasm into cache
Signed-off-by: 0x009922 <[email protected]>
1 parent b7f2b07 commit 8f18432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: Swatinem/rust-cache@v2
3131
with:
32-
workspaces: ".iroha -> target\ncrypto-wasm -> target"
32+
workspaces: ".iroha -> target\n.iroha/wasm -> target\ncrypto-wasm -> target"
3333
cache-on-failure: "true"
3434
cache-all-crates: "true"
3535

0 commit comments

Comments
 (0)