chore: cargo audit in justfile
This commit is contained in:
parent
54e6b80675
commit
68d44c4f58
1 changed files with 4 additions and 1 deletions
5
justfile
5
justfile
|
@ -1,4 +1,4 @@
|
|||
all_tests: no_token_test token_tests
|
||||
all_tests: no_token_test token_tests audit
|
||||
|
||||
no_token_test:
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
|
@ -27,3 +27,6 @@ publish version:
|
|||
|
||||
auth:
|
||||
cargo run -- auth --save
|
||||
|
||||
audit:
|
||||
cargo audit
|
||||
|
|
Loading…
Add table
Reference in a new issue