Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhe committed Aug 16, 2024
1 parent 2f08d58 commit 87a9adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 87a9adf

Please sign in to comment.