mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Add count number to covtest
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ run = "go test -v ./..."
|
|||||||
|
|
||||||
[tasks.covtest]
|
[tasks.covtest]
|
||||||
description = "Run tests with code coverage"
|
description = "Run tests with code coverage"
|
||||||
run = "go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./..."
|
run = "go test -coverprofile=coverage.txt -covermode=atomic -count=2 -race -v ./..."
|
||||||
|
|
||||||
[tasks.test-all]
|
[tasks.test-all]
|
||||||
description = "Run all tests"
|
description = "Run all tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user