We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29044e7 commit 4cb8e09Copy full SHA for 4cb8e09
build/ci.go
@@ -321,7 +321,7 @@ func doTest(cmdline []string) {
321
322
// Test a single package at a time. CI builders are slow
323
// and some tests run into timeouts under load.
324
- gotest.Args = append(gotest.Args, "-p", *threads)
+ gotest.Args = append(gotest.Args, "-p", fmt.Sprintf("%d", *threads))
325
if *coverage {
326
gotest.Args = append(gotest.Args, "-covermode=atomic", "-cover")
327
}
0 commit comments