Skip to content

Do build and test in parallel to shave off a few minutes

Mark Pundsack requested to merge parallelize into master

Since build is the slow job, and happens regardless of tests passing, why not run the tests in parallel so you're at least not waiting an extra few minutes for them to run sequentially?

Merge request reports