diff --git a/.gitea/workflows/build_check.yaml b/.gitea/workflows/build_check.yaml index 380d4bc..3c9c7ec 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: go test .\pkg\... -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