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
@Angel-Petrov, cargo test doesn't actually run all of the tests. CI is a bit of a mess right now, it wasn't properly setup. It looks like the e2e tests can take a while as well as the unit tests (with all features).
This could also be a caching issue where a lot of the time is spent compiling the code.
I think someone internal has to work on this though as it'll be difficult without perms to make CI adjustments.
We should look into what's causing the tests to take so long, see if there's any way to speed them up or split them up.
We should only be running tests on a sub-crate that actually had changes applied, that would probably get us a nice speed up right off the bat.
Expected outcomes to close this issue:
The text was updated successfully, but these errors were encountered: