Skip to content

Commit 53118c8

Browse files
committed
Added --output-on-failure .github/workflows/cmake-multi-platform.yml for tests
1 parent eaed388 commit 53118c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
working-directory: ${{ steps.strings.outputs.build-output-dir }}
7373
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
7474
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
75-
run: ctest --build-config ${{ matrix.build_type }}
75+
run: ctest --output-on-failure --build-config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)