diff --git a/.mise.toml b/.mise.toml index c5bdf73..18e8245 100644 --- a/.mise.toml +++ b/.mise.toml @@ -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"