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
bridge: Remove build step from CI workflow (#1347)
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).
Also rename some CI steps to make it more obvious what they're doing.
0 commit comments