diff --git a/build/ci.go b/build/ci.go index 1d39d2c13d..c5d522c0e6 100644 --- a/build/ci.go +++ b/build/ci.go @@ -336,7 +336,7 @@ func doTest(cmdline []string) { } // No packages specified, run all tests for all modules. - gotest.Args = append(gotest.Args, ".") + gotest.Args = append(gotest.Args, "./...") for _, mod := range goModules { test := *gotest test.Dir = mod