mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-04-15 01:01:38 +02:00
[ci] Re-add -Werror to pytest workflow
This commit is contained in:
parent
1689dc978c
commit
5084894ef9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
- name: Run tests with -Werror
|
||||
if: matrix.python-version != '3.14'
|
||||
run: pytest --cov=pyerrors -vv
|
||||
run: pytest --cov=pyerrors -vv -Werror
|
||||
|
||||
- name: Run tests without -Werror for python 3.14
|
||||
if: matrix.python-version == '3.14'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue