Skip to content

Commit

Permalink
attempt to fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 11, 2024
1 parent 4073129 commit b455443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
key: ${{ runner.os }}-${{ matrix.toolchain }}
shared-key: ${{ runner.os }}-${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- name: Create measurements
Expand Down

0 comments on commit b455443

Please sign in to comment.