diff --git a/runner.go b/runner.go index 06dc1b4..2795328 100644 --- a/runner.go +++ b/runner.go @@ -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