refactor: improve seeds tests performance by reducing complexity
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1f8fa8a6fb
commit
f9403c1da9
4 changed files with 525 additions and 209 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue