Skip to content

Commit

Permalink
Cache build artifacts using rust-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Jun 27, 2021
1 parent 8222afa commit d208898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Install ${{ matrix.rust }} Rust
run: rustup default ${{ matrix.rust }}

- uses: Swatinem/rust-cache@v1

- name: Test with default features
run: cargo test

Expand Down

0 comments on commit d208898

Please sign in to comment.