diff --git a/.github/workflows/test-crates.yml b/.github/workflows/test-crates.yml index c97685b85..2801e3ead 100644 --- a/.github/workflows/test-crates.yml +++ b/.github/workflows/test-crates.yml @@ -63,7 +63,10 @@ jobs: uses: Swatinem/rust-cache@v2 with: shared-key: test-native + add-rust-environment-hash-key: false cache-all-crates: true + cache-workspace-crates: true + cache-on-failure: true - name: Run cargo tests env: