build: fix tests run

This commit is contained in:
Felix Lange 2025-09-22 21:16:19 +02:00
parent c0fdc86c31
commit 06a9cc2633

View file

@ -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