From 8ebd69a7171859eee85ab196d69da6074548e0fe Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 17 Dec 2024 11:55:02 -0800 Subject: [PATCH] test: only cache modules --- .github/workflows/ci-core-partial.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 35f689090e8..1b70ab984a9 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -68,8 +68,7 @@ jobs: - name: Setup Go uses: ./.github/actions/setup-go with: - build-cache-version: ${{ matrix.type.test-suite }} - restore-build-cache-only: "false" + only-modules: "true" - name: Setup Solana uses: ./.github/actions/setup-solana