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
When the number of tests increase, this will have a significant impact on the CI since most of the tests use the RouDiEnvironment which results in ~300ms minimal execution time. Therefore the tests should be distributed to two runners as a starting point.
A CI profile could be used to also add repetition for failed tests.
The text was updated successfully, but these errors were encountered:
Brief feature description
With
cargo nextes
it is possible to distribute the execution of tests to multiple runners. This will speed up the CI.Detailed information
When the number of tests increase, this will have a significant impact on the CI since most of the tests use the
RouDiEnvironment
which results in ~300ms minimal execution time. Therefore the tests should be distributed to two runners as a starting point.A CI profile could be used to also add repetition for failed tests.
The text was updated successfully, but these errors were encountered: