Segregate lint and test cache
All checks were successful
CI / lint (push) Successful in 1m17s
CI / Build and test (, beta) (push) Successful in 2m20s
CI / Build and test (, 1.73.0) (push) Successful in 2m35s
CI / Build and test (, nightly) (push) Successful in 1m43s

As Clippy does not compile dependencies and completes first, they end up never being cached
This commit is contained in:
2023-11-17 16:22:37 +01:00
parent 929920edb2
commit fec449b933

View File

@ -25,7 +25,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-1.73.0
key: ${{ runner.os }}-cargo-1.73.0-lint
- uses: actions-rs/toolchain@v1
with:
@ -80,7 +80,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ matrix.rust }}
key: ${{ runner.os }}-cargo-${{ matrix.rust }}-test
- name: Install rust (${{ matrix.rust }})
uses: actions-rs/toolchain@v1