chore: some quality of life changes

This commit is contained in:
iff 2025-04-06 16:59:12 +02:00
parent 5b690ed7ca
commit 5235b29a51
3 changed files with 10 additions and 2 deletions

View file

@ -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