We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5c5d4 commit ed61e5fCopy full SHA for ed61e5f
Makefile
@@ -21,7 +21,7 @@ test:
21
poetry run py.test $(test)
22
23
start:
24
- $(MAKE) test && poetry run ptw .
+ $(MAKE) test; poetry run ptw .
25
26
watch_test:
27
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
0 commit comments