From 88fd791d71e8875c9ed83bf8c3ce8810d57ae014 Mon Sep 17 00:00:00 2001 From: thorstenhater <24411438+thorstenhater@users.noreply.github.com> Date: Mon, 15 Feb 2021 12:08:42 +0100 Subject: [PATCH] Add modcc. (#1377) --- .github/workflows/basic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index ecabaf8e..7f6a0804 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -148,7 +148,9 @@ jobs: make -j4 tests examples pyarb html cd - - name: Run unit tests - run: build/bin/unit + run: | + build/bin/unit + build/bin/unit-modcc - if: ${{ matrix.config.mpi == 'ON' }} name: Run MPI tests run: mpirun -n 4 -oversubscribe build/bin/unit-mpi -- GitLab