We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c69c4d commit a19f136Copy full SHA for a19f136
1 file changed
.github/workflows/pytest-petsc.yml
@@ -11,12 +11,10 @@ on:
11
branches:
12
- main
13
- petsc
14
- - biharmonic
15
pull_request:
16
17
18
19
20
21
jobs:
22
pytest:
@@ -78,7 +76,7 @@ jobs:
78
76
79
77
- name: Test with pytest - parallel
80
run: |
81
- ${{ env.RUN_CMD }} python3 -m pytest --cov --cov-config=.coveragerc --cov-report=xml -m parallel ${{ env.TESTS }}
+ ${{ env.RUN_CMD }} mpiexec -n 1 pytest -m parallel --cov --cov-config=.coveragerc --cov-report=xml ${{ env.TESTS }}
82
83
- name: Test examples
84
0 commit comments