Skip to content

Commit 1013a48

Browse files
committed
Try to get Windows compiler warnings
1 parent f2f855a commit 1013a48

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Run unit tests
9292
run: >
93-
python -m pytest test/
93+
python -m pytest -v test/
9494
-n auto
9595
-W error
9696
--cov=ffcx/
@@ -117,10 +117,8 @@ jobs:
117117
uses: ilammy/msvc-dev-cmd@v1
118118

119119
- name: Run FFCx demos
120-
run: >
121-
pytest demo/test_demos.py
122-
-W error
123-
# -n auto
120+
run: |
121+
pytest -v demo/test_demos.py -W error
124122
125123
- name: Build documentation
126124
run: |

0 commit comments

Comments
 (0)