Skip to content

Commit

Permalink
Rust cache on check
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroToscano committed Sep 19, 2023
1 parent c2e45d0 commit d5d97e3
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 d5d97e3

Please sign in to comment.