-
Notifications
You must be signed in to change notification settings - Fork 254
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 Tests #877
Comments
#928 really helped and has sped things up a fair bit. Other things we can investigate:
Probably more painful and less wins:
|
@jsdw I found out that invocation of the |
Tests (particularly the integration tests I think) take >20mins to complete; can we speed this up? Does
cargo nextest
help at all (did we try it and find it didn't?). Any other way to parallelise tests? Worth running them on Gitlab or something instead? It'd be amazing if we could get this to under 5 mins :)The text was updated successfully, but these errors were encountered: