diff --git a/Makefile b/Makefile index fb4af334a..ad9fa02ab 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ codetest: flake8 . test: - $(PYTHON) -m pytest + $(PYTHON) -m pytest -Werror $(MAKE) codetest offlinetest: codetest