소스 검색

Always run tests with race detector

tags/v2.2.0^2^2
9seconds 1 개월 전
부모
커밋
287a794772
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml 파일 보기

@@ -33,7 +33,7 @@ run = "govulncheck ./..."
33 33
 
34 34
 [tasks.test]
35 35
 description = "Run tests"
36
-run = "go test -v ./..."
36
+run = "go test -v -race ./..."
37 37
 
38 38
 [tasks.covtest]
39 39
 description = "Run tests with code coverage"

Loading…
취소
저장