From 46de07dd71ad3918c2997b418bb35a4b35571a21 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 5 Feb 2026 13:41:51 +0000 Subject: [PATCH] Improve test-crates cache reuse Co-authored-by: Universe --- .github/workflows/test-crates.yml | 3 +++ 1 file changed, 3 insertions(+) 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: