You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: