From 801f6c9fe7869d781b18b6b7cc7b7619229fdccc Mon Sep 17 00:00:00 2001 From: Tammo van der Heide Date: Fri, 16 Aug 2024 15:11:19 +0200 Subject: [PATCH] Test --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}