Skip to content

Commit fcdead4

Browse files
committed
allow verbose outout on ctest
1 parent f57b41b commit fcdead4

File tree

2 files changed

+4497
-1
lines changed

2 files changed

+4497
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
133133
run: |
134134
cd build
135-
make test
135+
env CTEST_OUTPUT_ON_FAILURE=1 make test
136136
137137
- name: Lint
138138
if: matrix.os == 'ubuntu-20.04'

0 commit comments

Comments
 (0)