From 49bee23b4ee637294fe68602b8d303eb4539c078 Mon Sep 17 00:00:00 2001 From: AkuSilvenius Date: Sun, 21 Apr 2024 21:17:15 +0300 Subject: [PATCH] actually run test --- database/postgres/postgres_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/database/postgres/postgres_test.go b/database/postgres/postgres_test.go index 54b1155cb..128637085 100644 --- a/database/postgres/postgres_test.go +++ b/database/postgres/postgres_test.go @@ -96,6 +96,7 @@ func Test(t *testing.T) { t.Run("testFailToCreateTableWithoutPermissions", testFailToCreateTableWithoutPermissions) t.Run("testCheckBeforeCreateTable", testCheckBeforeCreateTable) t.Run("testParallelSchema", testParallelSchema) + t.Run("testPostgresConcurrentMigrations", testPostgresConcurrentMigrations) t.Run("testPostgresLock", testPostgresLock) t.Run("testWithInstanceConcurrent", testWithInstanceConcurrent) t.Run("testWithConnection", testWithConnection)