diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 242ba0c9..77a0d5c2 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -30,4 +30,4 @@ jobs: pytest -x tests - name: Run parallel-cpu tests run: | - mpirun -np --oversubscribe 6 pytest -x tests/mpi + mpirun -np 6 --oversubscribe pytest -x tests/mpi