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 eeeab14 commit 3fc83d3Copy full SHA for 3fc83d3
mocktail_test.go
@@ -61,7 +61,7 @@ func TestMocktail(t *testing.T) {
61
continue
62
}
63
64
- cmd := exec.Command("go", "test", "-v")
+ cmd := exec.Command("go", "test", "-v", "./...")
65
cmd.Dir = filepath.Join(testRoot, entry.Name())
66
67
output, err := cmd.CombinedOutput()
0 commit comments