Skip to content

Commit

Permalink
Figure out which tests are slowest
Browse files Browse the repository at this point in the history
It makes sense: some of the MinLength tests create a bunch of modules
when testing the generated API, slowing them down significantly.
  • Loading branch information
g-andrade committed Oct 14, 2023
1 parent e862e23 commit 5423057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ExUnit.start()
ExUnit.start(slowest: 5)

0 comments on commit 5423057

Please sign in to comment.