refactor: standardize justfile task names and parameters across projects
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user