Skip to content

Commit 31b422c

Browse files
committed
chore(gha): cache all cargo builds
1 parent a09534c commit 31b422c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: Swatinem/rust-cache@v2
2727
with:
2828
save-if: ${{ github.ref == 'refs/heads/master' }}
29+
cache-all-crates: true
2930

3031
- name: Install devenv.sh
3132
run: nix profile install nixpkgs#devenv

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ devenv.local.nix
1212

1313
# pre-commit
1414
.pre-commit-config.yaml
15+
16+
coverage.*

0 commit comments

Comments
 (0)