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
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