skyring icon indicating copy to clipboard operation
skyring copied to clipboard

Run tests in parallel

Open esatterwhite opened this issue 5 years ago • 0 comments

Currently, the tests are run be spinning up all of the development dependencies first and running a global test runner on the local code w/ tap. While this is generally ok, it is slow.

With the migration to pnpm, the ability to run the tests independently and in parallel is possible.

Code coverage would need to be aggregated and published

There is a github action for this

esatterwhite avatar Dec 29 '20 12:12 esatterwhite