Skip to content

Commit f673748

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_compatibility.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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"

0 commit comments

Comments
 (0)