Skip to content

Commit 4cb8e09

Browse files
committed
conv to string
1 parent 29044e7 commit 4cb8e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func doTest(cmdline []string) {
321321

322322
// Test a single package at a time. CI builders are slow
323323
// and some tests run into timeouts under load.
324-
gotest.Args = append(gotest.Args, "-p", *threads)
324+
gotest.Args = append(gotest.Args, "-p", fmt.Sprintf("%d", *threads))
325325
if *coverage {
326326
gotest.Args = append(gotest.Args, "-covermode=atomic", "-cover")
327327
}

0 commit comments

Comments
 (0)