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 9797 run : >
9898 UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
9999 LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
100- ctest --output-on-failure
100+ ctest --verbose
101101
102102 windows :
103103 name : Windows
@@ -182,7 +182,7 @@ jobs:
182182 run : |
183183 $env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
184184 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
186186
187187 gpu :
188188 name : GPU Ubuntu
@@ -264,4 +264,4 @@ jobs:
264264 run : >
265265 UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
266266 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