golden-tests
golden-tests copied to clipboard
Run tests in parallel
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.