From 97d314ba3e44babc74e92d6109a96d68affed68d Mon Sep 17 00:00:00 2001 From: SoXX Date: Wed, 26 Jun 2024 12:20:38 +0200 Subject: [PATCH] ci: fix go command to show in log Signed-off-by: SoXX --- .gitea/workflows/ build_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ build_check.yaml b/.gitea/workflows/ build_check.yaml index cede029..4d35c68 100644 --- a/.gitea/workflows/ build_check.yaml +++ b/.gitea/workflows/ build_check.yaml @@ -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: