diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 078d43f..695d9f8 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -26,7 +26,7 @@ jobs: - name: Test run: | go vet -v ./... - go test -v --race -covermode=atomic -coverprofile=coverage.out ./... + go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload Code Coverage if: runner.os == 'Linux'