Skip to content

Commit fbb4418

Browse files
committed
All test suite
1 parent e286cfc commit fbb4418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
CIBW_TEST_COMMAND: |
6363
pip uninstall --yes mpi4py
6464
python -c "import pyoperators; print('✓ pyoperators works')"
65-
pytest {project}/tests/test_mpi_comms.py --cov=pyoperators
65+
pytest {project}/tests --cov=pyoperators
6666
pip install mpi4py openmpi
6767
mpirun -np 2 --allow-run-as-root pytest {project}/tests/test_mpi_comms.py

0 commit comments

Comments
 (0)