mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-04-15 09:11:39 +02:00
Merge 8b3b1f3c95 into b180dff020
This commit is contained in:
commit
a92ce0a733
6 changed files with 119 additions and 44 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