Преглед изворни кода

Always run tests with race detector

tags/v2.2.0^2^2
9seconds пре 3 месеци
родитељ
комит
287a794772
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      .mise.toml

+ 1
- 1
.mise.toml Прегледај датотеку

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

Loading…
Откажи
Сачувај