Fixed CI #2

Merged
SoXX merged 7 commits from ci/gitea into main 2024-07-19 13:14:00 +00:00
Showing only changes of commit 10aaf14a34 - Show all commits

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"