ci(test-core): split cache per target (#15048)

This commit is contained in:
Fabian-Lars
2026-03-06 13:40:41 +01:00
committed by GitHub
parent 8718d08163
commit 50833703e4
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ jobs:
if: ${{ !matrix.settings.docker }}
with:
targets: ${{ matrix.settings.target }}
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.settings.target }}
if: ${{ matrix.settings.docker }}

View File

@@ -90,7 +90,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
prefix-key: v3
key: ${{ matrix.platform.target }}
save-if: ${{ matrix.features.key == 'all' }}
- name: test tauri-utils