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 }}" \