Skip to content

Commit

Permalink
chore: update cache key for building test binary
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 22, 2025
1 parent 06bbd4f commit 4501619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-rust-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
key: x86_64-unknown-linux-gnu
key: x86_64-unknown-linux-gnu-debug
cache-on-failure: true
save-if: ${{ github.event_name != 'merge_group' }}

Expand Down

0 comments on commit 4501619

Please sign in to comment.