Skip to content

Commit

Permalink
print test output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Dec 18, 2020
1 parent f67bd30 commit 6ac810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
shell: bash
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE
run: ctest -C $BUILD_TYPE --output-on-failure

0 comments on commit 6ac810c

Please sign in to comment.