From b8b80d1be90ed6ed75b9b4e08963c3a847289ecc Mon Sep 17 00:00:00 2001 From: David Janowski Date: Mon, 8 Jul 2024 15:16:37 +0200 Subject: [PATCH] ci: removed unneeded env variable --- .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 1f19da6..4e6ffdf 100644 --- a/.gitea/workflows/ build_check.yaml +++ b/.gitea/workflows/ build_check.yaml @@ -29,7 +29,7 @@ jobs: cache: true # optional - name: Execute Go Test files with coverage report - run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out" + run: go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out" - uses: sonarsource/sonarqube-scan-action@master env: