[Makefile] Add -Werror arg to test recipe

Authored by: bashonly
This commit is contained in:
bashonly 2024-04-29 18:27:03 -05:00
parent c36cac6b54
commit b9aeb3e574
No known key found for this signature in database
GPG key ID: 783F096F253D15B0

View file

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