We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6742d commit 37af7ddCopy full SHA for 37af7dd
.github/workflows/unit-test-clang.yml
@@ -37,4 +37,4 @@ jobs:
37
working-directory: ${{github.workspace}}/build
38
# Execute tests defined by the CMake configuration.
39
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
40
- run: ctest -C ${{env.BUILD_TYPE}}
+ run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
.github/workflows/unit-test-gcc.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install code coverage utilities
41
run: sudo apt install -y lcov
0 commit comments