mitgliederverwaltung/test/test_helper.exs
Simon f9403c1da9
Some checks failed
continuous-integration/drone/push Build is failing
refactor: improve seeds tests performance by reducing complexity
2026-01-28 11:31:31 +01:00

4 lines
132 B
Elixir

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