Skip to content

Commit

Permalink
Enable MPI for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinkpiet committed Oct 25, 2023
1 parent 21e5c6c commit cfc414a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v2

- name: Install
run: sudo apt -y install libcppunit-dev
run: sudo apt -y install libcppunit-dev openmpi

- name: Configure
run: |
mkdir build
cd build
cmake -DBUILD_TESTING=ON ..
cmake -DBUILD_TESTING=ON -DBUILD_WITH_MPI=ON ..
- name: Build
run: cd build; make -j4 testmamico
Expand Down

0 comments on commit cfc414a

Please sign in to comment.