Skip to content

Commit 2127a90

Browse files
committed
Update command to test
1 parent f86a352 commit 2127a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Install pylops-mpi
4444
run: pip install .
4545
- name: Testing using pytest-mpi
46-
run: mpiexec -n ${{ matrix.rank }} pytest tests/test_solver.py --with-mpi
46+
run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi -v -x

0 commit comments

Comments
 (0)