diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 04158c1d..b069b750 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,9 +9,16 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - config: [boilerplate_caliper] + config: [boilerplate, boilerplate_caliper] include: + - config: boilerplate + PERFFLOWASPECT_WITH_CUDA: OFF + PERFFLOWASPECT_WITH_MPI: OFF + PERFFLOWASPECT_WITH_MULTITHREADS: OFF + CMAKE_BUILD_TYPE: Debug + PERFFLOWASPECT_WITH_CALIPER: OFF + - config: boilerplate_caliper PERFFLOWASPECT_WITH_CUDA: OFF PERFFLOWASPECT_WITH_MPI: OFF