Skip to content

Commit 9ae6b23

Browse files
committed
Run examples in the verbose mode with debug logging
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 459f1b1 commit 9ae6b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: Fast build
1616
env:
1717
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
18+
UMF_LOG: "level:debug;flush:debug;output:stderr;pid:yes"
1819
strategy:
1920
matrix:
2021
include:
@@ -84,7 +85,7 @@ jobs:
8485

8586
- name: Run examples
8687
working-directory: ${{github.workspace}}/build
87-
run: ctest --output-on-failure --test-dir examples -C Release
88+
run: ctest -V --test-dir examples -C Release
8889

8990
- name: Run tests
9091
if: matrix.build_tests == 'ON'

0 commit comments

Comments
 (0)