issues
search
g-viet
/
til
Today I learned
6
stars
0
forks
source link
Elixir unit test: --slowest, --failed
#44
Open
g-viet
opened
6 years ago
g-viet
commented
6 years ago
mix test --slowest
to find your slowest tests
mix test --failed
to rerun only the tests that failed the last run.
mix test --slowest
to find your slowest testsmix test --failed
to rerun only the tests that failed the last run.