We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce48705 commit 042dec9Copy full SHA for 042dec9
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659
19
with:
20
environments: default lint
21
+ - uses: Swatinem/rust-cache@v2
22
- name: pre-commit
23
run: pixi run pre-commit-run --color=always --show-diff-on-failure
24
@@ -33,5 +34,6 @@ jobs:
33
34
fetch-depth: 0
35
- name: Set up pixi
36
37
38
- name: Run test
39
run: pixi run test
0 commit comments