|
|
@@ -37,7 +37,7 @@ run = "go test -v ./..."
|
|
37
|
37
|
|
|
38
|
38
|
[tasks.covtest]
|
|
39
|
39
|
description = "Run tests with code coverage"
|
|
40
|
|
-run = "go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./..."
|
|
|
40
|
+run = "go test -coverprofile=coverage.txt -covermode=atomic -count=2 -race -v ./..."
|
|
41
|
41
|
|
|
42
|
42
|
[tasks.test-all]
|
|
43
|
43
|
description = "Run all tests"
|