Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 340 Bytes

File metadata and controls

15 lines (10 loc) · 340 Bytes

Summary

Validation

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -W clippy::all -D warnings
  • cargo build --workspace --lib --tests --examples
  • cargo test --workspace --lib --tests

Notes

  • Link related issues or docs.
  • Call out skipped checks and why they were skipped.