conv to string

This commit is contained in:
Sina Mahmoodi 2025-10-06 15:18:46 +02:00
parent 29044e7871
commit 4cb8e094b9

View file

@ -321,7 +321,7 @@ func doTest(cmdline []string) {
// Test a single package at a time. CI builders are slow
// and some tests run into timeouts under load.
gotest.Args = append(gotest.Args, "-p", *threads)
gotest.Args = append(gotest.Args, "-p", fmt.Sprintf("%d", *threads))
if *coverage {
gotest.Args = append(gotest.Args, "-covermode=atomic", "-cover")
}