diff --git a/.github/workflows/pr-test-suite.yml b/.github/workflows/pr-test-suite.yml index f4ef2a46ca..fb3bc35237 100644 --- a/.github/workflows/pr-test-suite.yml +++ b/.github/workflows/pr-test-suite.yml @@ -338,6 +338,7 @@ jobs: with: shared-key: ${{ runner.os }}-integration-build cache-all-crates: "true" + cache-workspace-crates: "true" save-if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/setup-node@v6 with: