refactor: improve seeds tests performance by reducing complexity
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2026-01-28 11:31:31 +01:00
parent 1f8fa8a6fb
commit f9403c1da9
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
4 changed files with 525 additions and 209 deletions

View file

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