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

Tests are not actually parallel by default #32

Closed
dgunay opened this issue Aug 22, 2024 · 2 comments · Fixed by #33
Closed

Tests are not actually parallel by default #32

dgunay opened this issue Aug 22, 2024 · 2 comments · Fixed by #33

Comments

@dgunay
Copy link
Contributor

dgunay commented Aug 22, 2024

The docs say that tests are parallel by default, but Runner.parallel is never initialized to true anywhere in the codebase that I can find. We noticed that changing the code to do so sped our tests up a lot.

parallel: false,

@aaronc
Copy link
Member

aaronc commented Aug 22, 2024

Thanks for catching this error @dgunay ! Would you be able to push a small PR to fix it?

@dgunay
Copy link
Contributor Author

dgunay commented Aug 22, 2024

Thanks for catching this error @dgunay ! Would you be able to push a small PR to fix it?

Sure: #33

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

Successfully merging a pull request may close this issue.

2 participants