ci: aim to increase cache reuse

This commit is contained in:
J / Jacob Babich
2024-10-05 01:42:53 -04:00
parent 4c04f21dcb
commit 3e69d65bcc
2 changed files with 6 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ jobs:
targets: ${{ matrix.supporteds.target }}
- uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ matrix.supporteds.target }}
cache-on-failure: "true"
- name: Check
run: cargo check --verbose --target ${{ matrix.supporteds.target }}