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
There is no need to run `cargo build` separately from `cargo test` and
`cargo clippy`. The former command already builds the library with and
without `cfg(test)` (for unit tests and integration tests, respectively).
0 commit comments