diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0fd02e5..c21df48 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: run: go build -v ./... - name: Test - run: go mod tidy && go mod vendor && go test -race -cover -covermode=atomic -mod=vendor -coverprofile=coverage.out -json ./... > test-report.json + run: go mod tidy && go test -race -cover -covermode=atomic -coverprofile=coverage.out -json ./... > test-report.json - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master