(no title)
zegl | 2 years ago
In CI you only need to lint the files that have changed, or run the tests that depend on code that has changed etc.
This way the time it takes to execute the tests scales with the amount of changes, and not with the total amount of code.
DougBTX|2 years ago
Test runners that run new/changed tests first though are cool. Faster feedback on error but still comprehensive.