Add watch-test target and test around game creation
This commit is contained in:
parent
9c79f08c96
commit
70d0eb8334
6 changed files with 98 additions and 11 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue