mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
ci: pytest workflow updated to fail on warnings.
This commit is contained in:
parent
e0e2686142
commit
5b80f44485
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -45,4 +45,4 @@ jobs:
|
||||||
pip freeze
|
pip freeze
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest --cov=pyerrors -vv
|
run: pytest --cov=pyerrors -vv -Werror
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue