From 04a5dd0582d82844544a5f29fc97d1d2ca389302 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Wed, 4 Aug 2021 15:40:07 +0200 Subject: [PATCH] Working on Github Actions --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b145cf8e..e81fd92b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -125,7 +125,7 @@ jobs: -B build \ -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ -DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \ - -DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }} + -DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }} \ -DRP3D_COMPILE_TESTS=True \ -G "${{ matrix.config.generators }}" \