From 98874c3fa4d3c33fb99c7ce82a55a26283232dfd Mon Sep 17 00:00:00 2001 From: Zhang ShengYan Date: Thu, 14 Nov 2024 19:40:04 +0800 Subject: [PATCH] test with cache true --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fcacafceee..94f6aca75a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: name: Reusable uses: ./.github/workflows/reusable-tests.yaml with: - cache: false + cache: true solana_cli_version: 2.1.0 node_version: 20.16.0 cargo_profile: debug