Skip to content

Commit 37af7dd

Browse files
committed
lljlj
1 parent 8e6742d commit 37af7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
working-directory: ${{github.workspace}}/build
3838
# Execute tests defined by the CMake configuration.
3939
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
40-
run: ctest -C ${{env.BUILD_TYPE}}
40+
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure

.github/workflows/unit-test-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: ${{github.workspace}}/build
3636
# Execute tests defined by the CMake configuration.
3737
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
38-
run: ctest -C ${{env.BUILD_TYPE}}
38+
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
3939

4040
- name: Install code coverage utilities
4141
run: sudo apt install -y lcov

0 commit comments

Comments
 (0)