Skip to content

Commit

Permalink
Actually set parallel to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunay authored Aug 22, 2024
1 parent 8921eae commit dcf5173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func NewRunner(t *testing.T, suiteType interface{}) *Runner {
r := &Runner{
topLevelT: t,
incr: &messages.Incrementing{},
parallel: false,
parallel: true,
haveSuggestion: map[string]bool{},
supportedSpecialArgs: map[reflect.Type]specialArgGetter{
// TestingT
Expand Down

0 comments on commit dcf5173

Please sign in to comment.