Add justfile
for my pre-commit todo-list.
This commit is contained in:
parent
3e1ffedb8a
commit
1c36ffbc4d
1 changed files with 6 additions and 0 deletions
6
bench/justfile
Normal file
6
bench/justfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
Loading…
Reference in a new issue