Skip to content

Commit

Permalink
chore(make start): Continue testing after first fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 12, 2022
1 parent 746fa1e commit 392c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test:
poetry run py.test $(test)

start:
$(MAKE) test && poetry run ptw .
$(MAKE) test; poetry run ptw .

watch_test:
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
Expand Down

0 comments on commit 392c9c6

Please sign in to comment.