Skip to content

Commit

Permalink
Cache build artifacts in GHA cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jun 4, 2024
1 parent 7a2947f commit affa5a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
toolchain: 1.74.0
targets: wasm32-unknown-unknown
components: clippy, rustfmt
- name: "Cache build artifacts"
uses: Swatinem/rust-cache@v2
- name: Check workspace
run: ./devtools/check_workspace.sh

Expand All @@ -35,5 +37,7 @@ jobs:
with:
toolchain: 1.74.0
components: rustfmt
- name: "Cache build artifacts"
uses: Swatinem/rust-cache@v2
- name: Test workspace
run: ./devtools/test_workspace.sh

0 comments on commit affa5a8

Please sign in to comment.