ci: disable cache
All checks were successful
Gitea Build Check / Build (push) Successful in 6m5s

This commit is contained in:
SoXX 2024-07-19 14:29:05 +02:00
parent 8fe87e12df
commit 10aaf14a34

View File

@ -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"