diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24529c5..81f3b64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: go test -v ./... -tags='norace' - name: Run all tests with race detection timeout-minutes: 1 - run: go test -race -v -covermode atomic -coverprofile=profile.cov -v ./... -tags='!norace' + run: go test -race -v -covermode atomic -coverprofile=profile.cov ./... -tags='!norace' - name: Send coverage uses: shogo82148/actions-goveralls@v1 with: