diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 557c8f1b3..b99802432 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -49,6 +49,7 @@ jobs: - name: Test run: | ctest --test-dir build_${{matrix.build_type}} \ + --build-config ${{matrix.build_type}} \ --output-on-failure - name: Generate Coverage