Fix postgres errors when running tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-12-03 10:41:40 +01:00
parent a143c4e243
commit ceb8da8eec
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
4 changed files with 18 additions and 2 deletions

View file

@ -45,3 +45,6 @@ config :mv, :token_signing_secret, "test_secret_key_for_ash_authentication_token
config :mv, :session_identifier, :unsafe
config :mv, :require_token_presence_for_authentication, false
# Enable SQL Sandbox for async LiveView tests
config :mv, :sql_sandbox, true