chore: organize justfiles
This commit is contained in:
parent
6a8725489e
commit
e8a92d7e07
4 changed files with 50 additions and 27 deletions
16
backup/Justfile
Normal file
16
backup/Justfile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
build:
|
||||
cargo build --frozen
|
||||
alias b := build
|
||||
|
||||
test:
|
||||
cargo test --frozen
|
||||
alias t := test
|
||||
|
||||
check:
|
||||
cargo fmt --check
|
||||
cargo clippy \
|
||||
--frozen \
|
||||
-- \
|
||||
--no-deps \
|
||||
--deny 'clippy::all'
|
||||
alias c := check
|
||||
Loading…
Add table
Add a link
Reference in a new issue