Update rust-cache to v2 in github tests to make it faster (#113)

This commit is contained in:
Igor Katson 2024-04-05 10:52:27 +01:00 committed by GitHub
parent 8524e73fda
commit 2fb3da9dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test