diff --git a/example/pkg/command/create_user_test.go b/example/pkg/command/create_user_test.go index 84b74f6..c6b051f 100644 --- a/example/pkg/command/create_user_test.go +++ b/example/pkg/command/create_user_test.go @@ -12,6 +12,8 @@ import ( ) func TestCreateUser(t *testing.T) { + t.Parallel() + ctx := context.Background() buf := bytes.Buffer{} out := output.Buffer(&buf)