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 801f6c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: >-
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 801f6c9

Please sign in to comment.