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
I think the fmt check step should precede the cargo test step because it is executed much faster and we don't have to wait for all tests to pass only to have an fmt error at the end.
Furthermore, instead of cargo check, run cargo build first and then run cargo test.
The text was updated successfully, but these errors were encountered:
I think the
fmt
check step should precede thecargo test
step because it is executed much faster and we don't have to wait for all tests to pass only to have anfmt
error at the end.Furthermore, instead of
cargo check
, runcargo build
first and then runcargo test
.The text was updated successfully, but these errors were encountered: