File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
run : >
98
98
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
99
99
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
100
- ctest --output-on-failure
100
+ ctest --verbose
101
101
102
102
windows :
103
103
name : Windows
@@ -182,7 +182,7 @@ jobs:
182
182
run : |
183
183
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
184
184
cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
185
- ctest -C Debug --output-on-failure --test-dir test
185
+ ctest -C Debug --verbose --test-dir test
186
186
187
187
gpu :
188
188
name : GPU Ubuntu
@@ -264,4 +264,4 @@ jobs:
264
264
run : >
265
265
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
266
266
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
267
- ctest --output-on-failure -E "not_impl"
267
+ ctest --verbose -E "not_impl"
You can’t perform that action at this time.
0 commit comments