Skip to content

Commit

Permalink
Merge pull request #137 from mgeisler/ci-cache
Browse files Browse the repository at this point in the history
Cache Rust artifacts in CI
  • Loading branch information
mgeisler committed Sep 9, 2023
2 parents 5fbe75a + 5f648db commit 6f4324b
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 @@ -31,6 +31,8 @@ jobs:
- name: Install ${{ matrix.rust }} Rust
run: rustup default ${{ matrix.rust }}

- uses: Swatinem/rust-cache@v2

# Verify that features work by themselves
# Features should not interfere with each other

Expand Down

0 comments on commit 6f4324b

Please sign in to comment.