Add watch-test target and test around game creation

This commit is contained in:
Miguel de la Cruz 2021-09-13 21:58:52 +02:00
parent 9c79f08c96
commit 70d0eb8334
6 changed files with 98 additions and 11 deletions

View file

@ -11,6 +11,10 @@ mod:
test:
cd server && go test -v -race -count 1 ./...
.PHONY: watch-test
watch-test:
modd -f modd-test.conf
.PHONY: watch
watch:
modd