1 2 3 4 5 6 7
# make sure we run on both debug and release modes precommit: cargo fmt cargo clippy cargo clippy --release cargo test cargo test --release