Skip to content
Snippets Groups Projects
Unverified Commit 88fd791d authored by thorstenhater's avatar thorstenhater Committed by GitHub
Browse files

Add modcc. (#1377)

parent 95b38462
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,9 @@ jobs: ...@@ -148,7 +148,9 @@ jobs:
make -j4 tests examples pyarb html make -j4 tests examples pyarb html
cd - cd -
- name: Run unit tests - name: Run unit tests
run: build/bin/unit run: |
build/bin/unit
build/bin/unit-modcc
- if: ${{ matrix.config.mpi == 'ON' }} - if: ${{ matrix.config.mpi == 'ON' }}
name: Run MPI tests name: Run MPI tests
run: mpirun -n 4 -oversubscribe build/bin/unit-mpi run: mpirun -n 4 -oversubscribe build/bin/unit-mpi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment