소스 검색

Add count number to covtest

tags/v2.2.0^2^2
9seconds 5 달 전
부모
커밋
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…
취소
저장