Build the project (probably need to build seastar beforehand)
Run format check
Run clippy lints
Run the tests
Currently, due to quirks in seastar's pkg-config file and Rust's pkg_config crate there is a warning printed during build. For now, it's fine if we don't enforce a "no warnings" policy (although we should enforce it in the future).
We want to have a CI that runs for every PR.
The CI should:
Currently, due to quirks in seastar's pkg-config file and Rust's pkg_config crate there is a warning printed during build. For now, it's fine if we don't enforce a "no warnings" policy (although we should enforce it in the future).