PHP
Running PHPUnit tests in parallel using GitHub actions
One of our projects has a really large test suite that isn’t optimised to run with Laravel’s parallel testing. It was starting to take more than 15 minutes to have the whole test suite run Read more…