mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 23:34:02 +03:00
Always run tests with race detector
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ run = "govulncheck ./..."
|
|||||||
|
|
||||||
[tasks.test]
|
[tasks.test]
|
||||||
description = "Run tests"
|
description = "Run tests"
|
||||||
run = "go test -v ./..."
|
run = "go test -v -race ./..."
|
||||||
|
|
||||||
[tasks.covtest]
|
[tasks.covtest]
|
||||||
description = "Run tests with code coverage"
|
description = "Run tests with code coverage"
|
||||||
|
|||||||
Reference in New Issue
Block a user