visions-vtt/server/Makefile

12 lines
94 B
Makefile
Raw Normal View History

2022-11-17 19:55:09 +00:00
.PHONY: dev
dev:
cargo watch -x run
test:
cargo watch -x test
test-oneshot:
cargo test