Skip to content

Commit 530dc85

Browse files
committed
Adds output on failure to test to aid in debuggin
1 parent b3108f9 commit 530dc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
working-directory: ${{github.workspace}}/build/test
5858
# Execute tests defined by the CMake configuration.
5959
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
60-
run: ctest
60+
run: ctest --output-on-failure
6161

0 commit comments

Comments
 (0)