Skip to content

Commit

Permalink
test: run tests from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 7, 2022
1 parent eeeab14 commit 3fc83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocktail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestMocktail(t *testing.T) {
continue
}

cmd := exec.Command("go", "test", "-v")
cmd := exec.Command("go", "test", "-v", "./...")
cmd.Dir = filepath.Join(testRoot, entry.Name())

output, err := cmd.CombinedOutput()
Expand Down

0 comments on commit 3fc83d3

Please sign in to comment.