Add justfile
for my pre-commit todo-list.
This commit is contained in:
parent
06936742f2
commit
25644ffa93
1 changed files with 6 additions and 0 deletions
6
parser/justfile
Normal file
6
parser/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