Skip to content

Commit 748ce7a

Browse files
author
Sean Sorrell
committed
parallel some more
1 parent 64aa7b9 commit 748ce7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ func TestHelloWorld(t *testing.T) {
241241
}
242242

243243
func TestHelloWorldStructFieldResolver(t *testing.T) {
244+
t.Parallel()
245+
244246
gqltesting.RunTests(t, []*gqltesting.Test{
245247
{
246248
Schema: graphql.MustParseSchema(`

0 commit comments

Comments
 (0)