We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1644f0c commit 49bee23Copy full SHA for 49bee23
database/postgres/postgres_test.go
@@ -96,6 +96,7 @@ func Test(t *testing.T) {
96
t.Run("testFailToCreateTableWithoutPermissions", testFailToCreateTableWithoutPermissions)
97
t.Run("testCheckBeforeCreateTable", testCheckBeforeCreateTable)
98
t.Run("testParallelSchema", testParallelSchema)
99
+ t.Run("testPostgresConcurrentMigrations", testPostgresConcurrentMigrations)
100
t.Run("testPostgresLock", testPostgresLock)
101
t.Run("testWithInstanceConcurrent", testWithInstanceConcurrent)
102
t.Run("testWithConnection", testWithConnection)
0 commit comments