change makefile commands

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-27 23:06:34 +03:00
parent 27a5e2552f
commit b6a69cbeac
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
api-r:
w-api:
cargo watch -c -w api -x "run --bin api"
w-api-t:
cargo watch -c -w api -x "test --bin api"
api:
cargo run --bin api
api-t:
cargo test --bin api
w-api-r:
cargo watch -i db -x "run --bin api"
w-api-t:
cargo watch -i db -x "test --bin api"