diff --git a/Makefile b/Makefile index 41319e0e3..df6365415 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ coverage: tests: @make install_backend - poetry run pytest tests + poetry run pytest tests --testmon --instafail tests_frontend: ifeq ($(UI), true)