We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09534c commit 31b422cCopy full SHA for 31b422c
.github/workflows/test.yaml
@@ -26,6 +26,7 @@ jobs:
26
- uses: Swatinem/rust-cache@v2
27
with:
28
save-if: ${{ github.ref == 'refs/heads/master' }}
29
+ cache-all-crates: true
30
31
- name: Install devenv.sh
32
run: nix profile install nixpkgs#devenv
.gitignore
@@ -12,3 +12,5 @@ devenv.local.nix
12
13
# pre-commit
14
.pre-commit-config.yaml
15
+
16
+coverage.*
0 commit comments