Skip to content

Commit 45d66ca

Browse files
committed
Add make test
1 parent d092044 commit 45d66ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ test_watch:
1414
dev:
1515
iex -S mix phx.server
1616

17+
.PHONY: test
18+
test:
19+
iex -S mix test
20+
1721
production_build:
1822
MIX_ENV=prod mix production_build
1923

0 commit comments

Comments
 (0)