From 87a9adfb06e296cb2eab6e51487f7b9b9d5c252d 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7adb917..57fb57ce 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: >- 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}