浏览代码

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"

正在加载...
取消
保存