mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
tests: passing in environments without sudo
This commit is contained in:
parent
d339923354
commit
d81ee69611
3 changed files with 14 additions and 4 deletions
10
Makefile
10
Makefile
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue