Outcome
Pull requests run the standard Rust checks in CI.
Scope
CI may use parallel jobs and should use a high-performance caching layer such as sccache. It must run:
cargo fmt --check
cargo clippy --all-features --all-targets -- -D warnings
cargo nextest run --nff
Acceptance criteria
Outcome
Pull requests run the standard Rust checks in CI.
Scope
CI may use parallel jobs and should use a high-performance caching layer such as
sccache. It must run:cargo fmt --checkcargo clippy --all-features --all-targets -- -D warningscargo nextest run --nffAcceptance criteria