[Makefile] Add `-Werror` arg to `test` recipe

Authored by: bashonly
pull/9765/head
bashonly 3 weeks ago
parent c36cac6b54
commit b9aeb3e574
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -73,7 +73,7 @@ codetest:
flake8 .
test:
$(PYTHON) -m pytest
$(PYTHON) -m pytest -Werror
$(MAKE) codetest
offlinetest: codetest

Loading…
Cancel
Save