From ad526d24b2627bd5b3b3f8dbd666fd4ae4ffdf83 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 1 Oct 2024 16:03:55 -0700 Subject: [PATCH] share cargo cache through language tests --- .github/workflows/language-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/language-tests.yml b/.github/workflows/language-tests.yml index 6b24e643b..061e579f4 100644 --- a/.github/workflows/language-tests.yml +++ b/.github/workflows/language-tests.yml @@ -38,6 +38,7 @@ jobs: - name: Cache cargo registry uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: + shared-key: "language-binding-tests" cache-on-failure: "true" - name: Install node @@ -95,6 +96,7 @@ jobs: - name: Cache cargo registry uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: + shared-key: "language-binding-tests" cache-on-failure: "true" workspaces: | . -> target