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 @@ -103,7 +103,7 @@ jobs:
103103 run : >
104104 UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
105105 LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
106- ctest --output-on-failure
106+ ctest --verbose
107107
108108 windows :
109109 name : Windows
@@ -194,7 +194,7 @@ jobs:
194194 run : |
195195 $env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
196196 cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
197- ctest -C Debug --output-on-failure --test-dir test
197+ ctest -C Debug --verbose --test-dir test
198198
199199 gpu :
200200 name : GPU Ubuntu
@@ -281,4 +281,4 @@ jobs:
281281 run : >
282282 UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
283283 LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
284- ctest --output-on-failure
284+ ctest --verbose
You can’t perform that action at this time.
0 commit comments