소스 검색

Update go.yml

Mustafa Arıcı 5 년 전
부모
커밋
46ceb3c53f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -29,4 +29,4 @@ jobs:
         go get -v -t -d ./...
 
     - name: Test
-      run: go test -race -coverprofile=coverage.txt -covermode=atomic .
+      run: make test