-
Notifications
You must be signed in to change notification settings - Fork 9
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
Speed up test execution #268
Comments
I have been thinking the same - I would like the test suite to run faster |
How about reducing the file size of some key test data? |
Sure, the files should as small as possible but no smaller🙄 |
For now I think I will use https://testmon.org/ to only run tests that are affected by a code change to optimize the developer inner loop and then accept that it takes a few minutes to run all tests in CI. |
I am getting these:
|
Is is possible to speed up some of these slow tests, or mark them as slow and only run them in CI?
The text was updated successfully, but these errors were encountered: