Skip to content

Commit

Permalink
Run runCmd test in parallel with others
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Oct 18, 2014
1 parent 9eb803d commit f3fd421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gosh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func TestRunCmd(t *testing.T) {
}

func TestRun(t *testing.T) {
t.Parallel()

if err := run(trueCmd); err != nil {
t.Errorf("True failed: %v", err)
}
Expand Down

0 comments on commit f3fd421

Please sign in to comment.