diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b790c51b..bab9ec7c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: go get -v -t -d ./... - name: Test - run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... | grep -v "[no test files]" + run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Codecov uses: codecov/codecov-action@v1.0.6