From 60ce378d14cc26a7df985b17fc0c7bb9c7c26fc2 Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Wed, 26 Nov 2025 18:08:22 +0100 Subject: [PATCH] Enable cache in test jobs (#31) --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 6f8bd87..22d00b9 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -63,6 +63,6 @@ jobs: - uses: actions/setup-go@v6 with: go-version-file: "go.mod" - cache: false + cache: true - name: Run tests run: go test ./...