From 3f0dc868c9903518084d28723d8911e5214e5301 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 28 Jan 2026 14:54:59 +0100 Subject: [PATCH] chore: disable test performance output again --- test/test_helper.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.exs b/test/test_helper.exs index 537f213..c6cb1b8 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -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)