diff --git a/go/libraries/doltcore/sqle/altertests/common_test.go b/go/libraries/doltcore/sqle/altertests/common_test.go index 041dc8f132..976819c32b 100644 --- a/go/libraries/doltcore/sqle/altertests/common_test.go +++ b/go/libraries/doltcore/sqle/altertests/common_test.go @@ -46,6 +46,7 @@ func RunModifyTypeTests(t *testing.T, tests []ModifyTypeTest) { if len(name) > 200 { name = name[:200] } + test := test t.Run(name, func(t *testing.T) { t.Parallel() ctx := context.Background()