Skip to content

Commit

Permalink
actually run test
Browse files Browse the repository at this point in the history
  • Loading branch information
AkuSilvenius committed Apr 21, 2024
1 parent 1644f0c commit 49bee23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/postgres/postgres_test.go
Expand Up @@ -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)
Expand Down

0 comments on commit 49bee23

Please sign in to comment.