Skip to content

Commit 00c973e

Browse files
committed
chore(make start): Continue testing after first fail
1 parent 6dc7d57 commit 00c973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test:
2020
poetry run py.test $(test)
2121

2222
start:
23-
$(MAKE) test && poetry run ptw .
23+
$(MAKE) test; poetry run ptw .
2424

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

0 commit comments

Comments
 (0)