Skip to content

Commit

Permalink
Add rust-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Nov 11, 2024
1 parent c5bef60 commit 53445f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
with:
name: holochain-ci

- uses: Swatinem/rust-cache@v2

- name: rustfmt check
run: |
cd $GITHUB_WORKSPACE
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
with:
name: holochain-ci

- uses: Swatinem/rust-cache@v2

- name: Build and test
run: |
cd $GITHUB_WORKSPACE
Expand Down Expand Up @@ -106,6 +110,8 @@ jobs:
with:
name: holochain-ci

- uses: Swatinem/rust-cache@v2

- name: Build and test
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 53445f9

Please sign in to comment.