瀏覽代碼

Add count number to covtest

tags/v2.2.0^2^2
9seconds 1 月之前
父節點
當前提交
d4822989ec
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml 查看文件

@@ -37,7 +37,7 @@ run = "go test -v ./..."
37 37
 
38 38
 [tasks.covtest]
39 39
 description = "Run tests with code coverage"
40
-run = "go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./..."
40
+run = "go test -coverprofile=coverage.txt -covermode=atomic -count=2 -race -v ./..."
41 41
 
42 42
 [tasks.test-all]
43 43
 description = "Run all tests"

Loading…
取消
儲存