Run previously failed tests first - #138
Conversation
a280b01 to
6ec1f1e
Compare
|
This feels too invasive to me... I think maybe just a new file with the test failures could work and then old versions can just ignore it |
I do like the idea though. I also recently started using |
6ec1f1e to
638c790
Compare
638c790 to
5e85713
Compare
I meant create a new file that just contains the test failure that way the durations data structure stays a I've pushed my proposed new implementation. Now |
|
I'm done touching this PR until review so you can safely review without worry that I'll push |
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
giordano
left a comment
There was a problem hiding this comment.
Looks good besides the last comment!
This will prevent lots of wasted CI time when paired with
--quickfail. Or with runs that are usually expected to fail (GPU backends on julia nightly for example)Open to implementation feedback