We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa4c9ba + dcf7d00 commit 43792fdCopy full SHA for 43792fd
1 file changed
magefiles/magefile.go
@@ -32,7 +32,7 @@ type Test mg.Namespace
32
// Runs the unit tests
33
func (Test) Unit() error {
34
fmt.Println("running unit tests")
35
- return sh.RunV(goCmdForTests(), "test", "./...")
+ return sh.RunV(goCmdForTests(), "test", "-race", "-timeout", "30m", "./...")
36
}
37
38
const (
0 commit comments