Skip to content

Commit

Permalink
Show additional detail when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasselmm committed Sep 11, 2024
1 parent 871101a commit 9c7bdf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c7bdf7

Please sign in to comment.