Skip to content

Commit 255a0f3

Browse files
OttoAllmendingeraider
andcommitted
ci: Add Rust dependency caching for wasm-miniscript package
Ticket: BTC-0 Co-authored-by: aider <[email protected]>
1 parent 1e3e5b5 commit 255a0f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
with:
3131
toolchain: nightly
3232

33+
- name: Cache Rust dependencies
34+
uses: Swatinem/rust-cache@v2
35+
with:
36+
workspaces: "packages/wasm-miniscript"
37+
cache-on-failure: true
38+
3339
- name: Setup node ${{ matrix.node-version }}
3440
uses: actions/setup-node@v3
3541
with:

0 commit comments

Comments
 (0)