mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 07:14:03 +03:00
Add count number to covtest
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ run = "go test -v ./..."
|
||||
|
||||
[tasks.covtest]
|
||||
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]
|
||||
description = "Run all tests"
|
||||
|
||||
Reference in New Issue
Block a user