Explorar o código

fix ci script

kevin %!s(int64=4) %!d(string=hai) anos
pai
achega
c575fa7f95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.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