mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
chore: some quality of life changes
This commit is contained in:
parent
5b690ed7ca
commit
5235b29a51
3 changed files with 10 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -13,6 +13,12 @@ release-all:
|
|||
test-rust:
|
||||
cargo test --workspace --verbose
|
||||
|
||||
fmt:
|
||||
cargo fmt
|
||||
|
||||
fix:
|
||||
cargo clippy --all --fix --allow-dirty --allow-staged
|
||||
|
||||
install:
|
||||
echo "Installing pay-respects core. Use `install-all` to install all modules."
|
||||
cargo install --path core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue