Elixir tests are sequential when tracing
Today I found out that if I run mix test
with --trace
option it will automatically disable parallel tests by changing max_cases
option to 1. Check that out on ExUnit doc.
Today I found out that if I run mix test
with --trace
option it will automatically disable parallel tests by changing max_cases
option to 1. Check that out on ExUnit doc.