Skip to content

Commit e10c97f

Browse files
committed
Test for tests/
1 parent 5cfec9f commit e10c97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Testing using pytest-mpi
4646
run: |
4747
if [ "${{ matrix.mpi }}" = "openmpi" ]; then
48-
mpiexec --oversubscribe --mca btl ^openib --bind-to none -n ${{ matrix.rank }} pytest tests/test_blockdiag.py --with-mpi -v -x
48+
mpiexec --oversubscribe --mca btl ^openib --bind-to none -n ${{ matrix.rank }} pytest tests/ --with-mpi
4949
else
50-
mpiexec -n ${{ matrix.rank }} pytest tests/test_blockdiag.py --with-mpi -v -x
50+
mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
5151
fi

0 commit comments

Comments
 (0)