Closed umarcor closed 1 year ago
Running tests in parallel makes it difficult to read the logs in order to find why a test failed. I think we should run the tests in CI using a single thread, so that the log is ordered.
You right. I got a bit excited when I realized that we seem to get more threads than we used to do.
Running tests in parallel makes it difficult to read the logs in order to find why a test failed. I think we should run the tests in CI using a single thread, so that the log is ordered.