tests: passing in environments without sudo

This commit is contained in:
iff 2025-04-06 16:45:12 +02:00
parent d339923354
commit d81ee69611
3 changed files with 14 additions and 4 deletions

View file

@ -4,8 +4,14 @@ build:
release:
cargo build --release
test-rust: build
cargo test --verbose
build-all:
cargo build --workspace
release-all:
cargo build --release --workspace
test-rust:
cargo test --workspace --verbose
install:
echo "Installing pay-respects core. Use `install-all` to install all modules."