ci: try out cargo caching
This commit is contained in:
parent
9c6cc44abb
commit
b7aa79884d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -119,6 +119,8 @@ jobs:
|
|||
- name: Cache CI dependencies
|
||||
run: |
|
||||
bin/nix-build-and-cache ci
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Run CI tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue