From 452f73a6dce9c62bb30b4660e72de94255f37fdf Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 9 Mar 2024 08:22:12 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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