Add count number to covtest

This commit is contained in:
9seconds
2026-03-12 22:22:00 +01:00
parent 3db1be0687
commit d4822989ec
+1 -1
View File
@@ -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"