Quellcode durchsuchen

Add count flag to go tests (#4001)

Stefan McShane vor 2 Jahren
Ursprung
Commit
97b05af5dd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
       - name: Run Go tests
         if: needs.cache.outputs.go-changes == 'true'
-        run: go test ./${{ matrix.folder }}/...
+        run: go test ./${{ matrix.folder }}/... -count 1
 
   linting:
     name: Go Linter