Skip to content

Commit e763c13

Browse files
committed
Add -W flag to Pytest
1 parent c4cc14b commit e763c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
python -m pip install .[test]
3333
- name: Test with pytest
3434
run: |
35-
pytest
35+
pytest -W

0 commit comments

Comments
 (0)