Convenience

This commit is contained in:
Tony Garnock-Jones 2021-07-05 13:03:30 +02:00
parent e30ade6ed3
commit e9b5b3549c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
all:
cargo build --all-targets
test:
cargo test
test-all:
cargo test --all-targets