Skip to content

Commit

Permalink
add cargo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 11, 2024
1 parent 9331c8e commit 1dd36c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: rustup update ${{ matrix.toolchain }}
- run: rustup default ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- run: cargo build --verbose
- run: cargo test --verbose
- name: Create measurements
Expand Down

0 comments on commit 1dd36c8

Please sign in to comment.