From 0bd467464af8b4992ff75b060b4e9b66b17955cf Mon Sep 17 00:00:00 2001 From: SoXX Date: Sat, 20 Jul 2024 17:35:28 +0200 Subject: [PATCH] feat: fixed go test path --- .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 e5c5c81..380d4bc 100644 --- a/.gitea/workflows/build_check.yaml +++ b/.gitea/workflows/build_check.yaml @@ -24,7 +24,7 @@ jobs: 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" + run: go test .\pkg\... -json -coverprofile="coverage.out" | tee "test-report.out" - name: SonarQube uses: sonarsource/sonarqube-scan-action@master