chore: disable test performance output again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2026-01-28 14:54:59 +01:00
parent c3ad8894b0
commit 3f0dc868c9
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

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