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 unittests in debug mode gives us greater correctness guarantees,
since `debug_assert!`s will be triggered. These are often used to
perform "sanity checks" that are supposed to get compiled out in release
mode for performance reasons. Additionally, our coverage test runs in
debug bug, so this will make the behavior between the two tests
consistent (whereas otherwise a failure of one but not the other due to
a debug assertion will be confusing).
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
0 commit comments