Skip to content

Commit 4654454

Browse files
author
Alan Christie
committed
ci: Experiment with pytest -Werror (warnings are errors)
1 parent a996d24 commit 4654454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test
5252
run: |
5353
poetry run pre-commit run --all-files
54-
poetry run coverage run --module pytest
54+
poetry run coverage run --module pytest -Werror
5555
poetry run coverage report
5656
- name: Build
5757
run: |

0 commit comments

Comments
 (0)