ci: cache all crates in rust-cache

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-24 23:33:38 -04:00
parent f098532b09
commit 04971d0430
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,8 @@ jobs:
# use rust-cache
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
- name: Run CI tests
run: |
@ -281,6 +283,8 @@ jobs:
# use rust-cache
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
- name: Build static ${{ matrix.target }}
run: |