Skip to content

Commit ba55329

Browse files
[CI][Compat] Run tests verbosely - warnings will be always visible
1 parent fc492fe commit ba55329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_compatibility.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)