diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9aa27bfb9..a71ec5c54 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -57,7 +57,7 @@ jobs: run: | ctest --test-dir build_${{matrix.build_type}} \ --build-config ${{matrix.build_type}} \ - --output-on-failure + --output-on-failure --verbose - name: Generate Coverage if: matrix.build_type == 'Debug'