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
Running tests adds a lot of unnecessary bloat right now in the form of performance reports that aren't useful this early in development. Disabling this by default.
Explore the option of implementing a command line argument when running cargo test to enable the logs. Implement it if feasible.
The relevant struct is TestContext.
The text was updated successfully, but these errors were encountered:
Running tests adds a lot of unnecessary bloat right now in the form of performance reports that aren't useful this early in development. Disabling this by default.
Explore the option of implementing a command line argument when running
cargo test
to enable the logs. Implement it if feasible.The relevant struct is TestContext.
The text was updated successfully, but these errors were encountered: