diff --git a/.gitea/workflows/build_check.yaml b/.gitea/workflows/build_check.yaml index 810024c..01da39a 100644 --- a/.gitea/workflows/build_check.yaml +++ b/.gitea/workflows/build_check.yaml @@ -20,7 +20,7 @@ jobs: uses: https://gitea.com/actions/setup-go@v3 with: go-version-file: 'go.mod' - cache: true + cache: false - name: Execute Go Test files with coverage report run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"