saphyr-serde/saphyr/justfile

7 lines
202 B
Makefile
Raw Normal View History

before_commit:
cargo clippy --release --all-targets -- -D warnings
cargo clippy --all-targets -- -D warnings
cargo build --release --all-targets
cargo build --all-targets
cargo test --release