ci: try out cargo caching

This commit is contained in:
morguldir 2024-07-03 03:39:49 +02:00
parent 9c6cc44abb
commit b7aa79884d
No known key found for this signature in database
GPG Key ID: 5A6025D4F6E7A8A3
1 changed files with 2 additions and 0 deletions

View File

@ -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: |