ci: pytest workflow updated to fail on warnings.

This commit is contained in:
Fabian Joswig 2023-06-02 15:48:35 +01:00
parent e0e2686142
commit 5b80f44485
No known key found for this signature in database

View file

@ -45,4 +45,4 @@ jobs:
pip freeze
- name: Run tests
run: pytest --cov=pyerrors -vv
run: pytest --cov=pyerrors -vv -Werror