소스 검색

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