Explorar o código

Add count flag to go tests (#4001)

Stefan McShane %!s(int64=2) %!d(string=hai) anos
pai
achega
97b05af5dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/pr_push_checks_go.yaml

+ 1 - 1
.github/workflows/pr_push_checks_go.yaml

@@ -80,7 +80,7 @@ jobs:
         run: go mod download
         run: go mod download
       - name: Run Go tests
       - name: Run Go tests
         if: needs.cache.outputs.go-changes == 'true'
         if: needs.cache.outputs.go-changes == 'true'
-        run: go test ./${{ matrix.folder }}/...
+        run: go test ./${{ matrix.folder }}/... -count 1
 
 
   linting:
   linting:
     name: Go Linter
     name: Go Linter