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

Open
jfecher opened this issue Dec 21, 2022 · 1 comment
Open

Run tests in parallel #9

jfecher opened this issue Dec 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jfecher
Copy link
Owner

jfecher commented Dec 21, 2022

Currently all tests are tested sequentially. The inputs of each test do not depend on any other test so we could run them in parallel batches instead to improve testing speed particularly when there are many test files.

@jfecher jfecher added the enhancement New feature or request label Dec 21, 2022
@osa1
Copy link
Contributor

osa1 commented Oct 1, 2024

I think another useful feature would be the ability to run a single test file.

Once that's implemented, this feature can be emulated using something like xargs -P or parallel, though the output may not be as good as implementing the support in golden-tests.

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

No branches or pull requests

2 participants