diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0a65b54b..e615747f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: run: go build -tags release -v . - name: Test - run: go test -tags release -json -v -coverprofile=coverage.out ./... > test-report.out + run: go test -tags release -v -coverprofile=coverage.out ./... - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master