diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7adb917..7a18a2fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,12 +100,12 @@ jobs: ctest -j2 --output-on-failure popd - - name: Configure build + - name: Configure build (TEST_MPI_PROCS=2) if: contains(matrix.mpi, 'openmpi') || contains(matrix.mpi, 'mpich') - run: >- + run: | cmake -B ${BUILD_DIR} -DTEST_MPI_PROCS=2 . - - name: Run regression tests + - name: Run regression tests (TEST_MPI_PROCS=2 if: contains(matrix.mpi, 'openmpi') || contains(matrix.mpi, 'mpich') run: | pushd ${BUILD_DIR}