Skip to content

Commit 657bcfb

Browse files
committed
Parallel execution of demos
1 parent 5b46f2b commit 657bcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Run FFCx demos
124124
run: |
125-
pytest demo/test_demos.py
125+
pytest -n auto demo/test_demos.py
126126
127127
- name: Build documentation
128128
run: |

0 commit comments

Comments
 (0)