浏览代码

Add count flag to go tests (#4001)

Stefan McShane 2 年之前
父节点
当前提交
97b05af5dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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