From b379c62b0217cb43238c9680ef325b8a21c489ef Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Tue, 18 Feb 2025 16:48:25 +0200 Subject: [PATCH] chore(ci): this should fix a cache problem that i ran into --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56f9068..8564381 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: uses: actions/cache@v4 with: path: | - ${{ github.workspace }} + ${{ github.workspace }}/.tests ~/.cache/go-build ~/go/pkg/mod key: ${{ runner.os }}-tests-${{ hashFiles('${{ github.workspace }}/.tests') }}