Skip to content

Commit

Permalink
ci: Use standard cache key for min-versions job (#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Feb 10, 2024
1 parent 7118f5e commit 6cbdd19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,12 @@ jobs:
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-minimal-versions
- run: ./.github/workflows/scripts/set_version.sh
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
prefix-key: ${{ env.version }}
- name: Verify minimum rust version
run: cargo minimal-versions test --direct

Expand Down

0 comments on commit 6cbdd19

Please sign in to comment.