Skip to content

Commit 06c0a39

Browse files
authored
chore(ci): enable caching all crates and ignore coverage files (#38)
2 parents 9d82687 + 31b422c commit 06c0a39

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)