Skip to content

Commit c54deb3

Browse files
authored
Update ci.yml
1 parent 48aa32b commit c54deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: matrix.os == 'self-hosted'
7070
run: |
7171
export PATH=$PATH:/usr/lib64/openmpi/bin/
72-
/bin/bash mfc.sh test -j $(nproc)
72+
/bin/bash mfc.sh test -j $(nproc) -b mpirun
7373
7474
- name: Test Suite
7575
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)