Hacker News new | ask | show | jobs
by 3pt14159 532 days ago
Tests are embarrassingly parallel. If you can split up the load for CI then at the limit the slowest response is your slowest running test. I wish more tooling would expose this out of the box, but with some effort it is possible.