Kaynağa Gözat

Update go.yml

Mustafa Arıcı 5 yıl önce
ebeveyn
işleme
46ceb3c53f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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