refactor: standardize justfile task names and parameters across projects

This commit is contained in:
Matthew
2024-05-06 14:34:36 -05:00
parent b7fe91b003
commit 7d951578d0
5 changed files with 48 additions and 33 deletions

View File

@@ -1,9 +1,12 @@
default:
just --list
build:
cargo build
test:
cargo test --lib
check:
cargo fmt
cargo clippy
cargo fmt
cargo clippy
test:
cargo test --lib