Laravel Pint can be ran in parallel

Share
Laravel Pint can be ran in parallel
Photo by Seth Weisfeld / Unsplash

One of my favourite features of PestPHP is the parallel execution, it makes running test suites so much quicker. I'm so happy when I found out that the feature now also exists for Pint. Now, Pint has always ran pretty quick, but if something can make it even quicker, then why not use it?!

As you'd expect, it's super simple to use and can be used by specifying it like so:

vendor/bin/pint --parallel

I'll be updating my CI/CD pipelines to use it!