Просмотр исходного кода

Always run tests with race detector

tags/v2.2.0^2^2
9seconds 1 месяц назад
Родитель
Сommit
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"

Загрузка…
Отмена
Сохранить