We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbb155 commit 6922e10Copy full SHA for 6922e10
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
~/.cargo/registry/cache/
29
~/.cargo/git/db/
30
target/
31
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-lint-${{ hashFiles('**/Cargo.lock') }}
32
restore-keys: ${{ runner.os }}-cargo-
33
- name: pre-commit
34
run: pixi run pre-commit-run --color=always --show-diff-on-failure
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
+ key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
59
60
- name: Run test
61
run: pixi run test
0 commit comments