ExUnit - rerun only failed tests
This will only run tests which failed the last time:
mix tests --failed
There are far more useful options listed under mix help test
This will only run tests which failed the last time:
mix tests --failed
There are far more useful options listed under mix help test