ci: fix go command to show in log
Some checks failed
Gitea Build Check / Build (push) Failing after 5m38s

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2024-06-26 12:20:38 +02:00
parent 0a5359d723
commit 97d314ba3e

View File

@ -28,7 +28,7 @@ jobs:
cache: true # optional
- name: Execute Go Test files with coverage report
run: go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
- uses: sonarsource/sonarqube-scan-action@master
env: