mitgliederverwaltung/test/test_helper.exs
Simon 3f0dc868c9
All checks were successful
continuous-integration/drone/push Build is passing
chore: disable test performance output again
2026-01-28 14:54:59 +01:00

6 lines
136 B
Elixir

ExUnit.start(
# shows 10 slowest tests at the end of the test run
# slowest: 10
)
Ecto.Adapters.SQL.Sandbox.mode(Mv.Repo, :manual)