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 7f58f22 commit df70ffcCopy full SHA for df70ffc
scripts/test.go
@@ -41,7 +41,7 @@ func main() {
41
} else {
42
fmt.Printf("--> Running full tests in: %s\n", modDir)
43
}
44
-
+
45
cmd := exec.Command("go", testArgs...)
46
cmd.Dir = modDir // Set the working directory for the command
47
cmd.Stdout = os.Stdout
0 commit comments