Skip to content

Commit

Permalink
Rust cache on check (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroToscano authored Sep 20, 2023
1 parent 912c7a6 commit 08f5eb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
toolchain: stable
targets: wasm32-unknown-unknown

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2

- name: Run cargo check
run: cargo check

Expand Down

0 comments on commit 08f5eb2

Please sign in to comment.