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:
103
103
run : >
104
104
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
105
105
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
106
- ctest --output-on-failure
106
+ ctest --verbose
107
107
108
108
windows :
109
109
name : Windows
@@ -194,7 +194,7 @@ jobs:
194
194
run : |
195
195
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
196
196
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
198
198
199
199
gpu :
200
200
name : GPU Ubuntu
@@ -282,4 +282,4 @@ jobs:
282
282
run : >
283
283
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
284
284
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
285
- ctest --output-on-failure -E "not_impl"
285
+ ctest --verbose -E "not_impl"
You can’t perform that action at this time.
0 commit comments