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 ./...