浏览代码

fix ci script

kevin 4 年之前
父节点
当前提交
c575fa7f95
共有 1 个文件被更改,包括 1 次插入1 次删除
  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