Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests in parallel #85

Open
esatterwhite opened this issue Dec 29, 2020 · 0 comments
Open

Run tests in parallel #85

esatterwhite opened this issue Dec 29, 2020 · 0 comments
Labels

Comments

@esatterwhite
Copy link
Owner

esatterwhite commented Dec 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant