Skip to content

Commit 49bee23

Browse files
committed
actually run test
1 parent 1644f0c commit 49bee23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/postgres/postgres_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func Test(t *testing.T) {
9696
t.Run("testFailToCreateTableWithoutPermissions", testFailToCreateTableWithoutPermissions)
9797
t.Run("testCheckBeforeCreateTable", testCheckBeforeCreateTable)
9898
t.Run("testParallelSchema", testParallelSchema)
99+
t.Run("testPostgresConcurrentMigrations", testPostgresConcurrentMigrations)
99100
t.Run("testPostgresLock", testPostgresLock)
100101
t.Run("testWithInstanceConcurrent", testWithInstanceConcurrent)
101102
t.Run("testWithConnection", testWithConnection)

0 commit comments

Comments
 (0)