diff --git a/plugin_test.go b/plugin_test.go index c96ce88..3920007 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -55,6 +55,7 @@ func Test_pkValidate(t *testing.T) { } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { + t.Parallel() if got := pkValidate(tt.args.config); !reflect.DeepEqual(got, tt.want) { t.Errorf("pkValidate() = %v, want %v", got, tt.want) }