We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f855a commit 1013a48Copy full SHA for 1013a48
1 file changed
.github/workflows/pythonapp.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Run unit tests
92
run: >
93
- python -m pytest test/
+ python -m pytest -v test/
94
-n auto
95
-W error
96
--cov=ffcx/
@@ -117,10 +117,8 @@ jobs:
117
uses: ilammy/msvc-dev-cmd@v1
118
119
- name: Run FFCx demos
120
- run: >
121
- pytest demo/test_demos.py
122
- -W error
123
- # -n auto
+ run: |
+ pytest -v demo/test_demos.py -W error
124
125
- name: Build documentation
126
run: |
0 commit comments