mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 19:29:58 -05:00
Merge pull request #2121 from dolthub/aaron/altertests-parallel
go/libraries/doltcore/sqle/altertests: Run unit tests in parallel.
This commit is contained in:
@@ -48,6 +48,7 @@ func RunModifyTypeTests(t *testing.T, tests []ModifyTypeTest) {
|
||||
name = name[:200]
|
||||
}
|
||||
t.Run(name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
ctx := context.Background()
|
||||
dEnv := dtestutils.CreateTestEnv()
|
||||
root, err := dEnv.WorkingRoot(ctx)
|
||||
|
||||
Reference in New Issue
Block a user