diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9c1eb6b..8e6e490 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -117,7 +117,9 @@ jobs: - name: Configure working-directory: ${{runner.workspace}}/build - run: cmake ${{github.workspace}} -DCMAKE_BUILD_TYPE:STRING=Release + run: cmake ${{github.workspace}} + -DCMAKE_BUILD_TYPE:STRING=Release + -DCMAKE_CTEST_ARGUMENTS=--verbose ${{join(startsWith(matrix.qt-version, '5.') && matrix.configuration.cmake-flags-qt5 || matrix.configuration.cmake-flags-qt6