Skip to content

Commit 80f894b

Browse files
committed
chore(make start): Continue testing after first fail
1 parent 4fcf9f5 commit 80f894b

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
@@ -21,7 +21,7 @@ test:
2121
poetry run py.test $(test)
2222

2323
start:
24-
$(MAKE) test && poetry run ptw .
24+
$(MAKE) test; poetry run ptw .
2525

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

0 commit comments

Comments
 (0)