We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459f1b1 commit 9ae6b23Copy full SHA for 9ae6b23
.github/workflows/pr_push.yml
@@ -15,6 +15,7 @@ jobs:
15
name: Fast build
16
env:
17
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"
19
strategy:
20
matrix:
21
include:
@@ -84,7 +85,7 @@ jobs:
84
85
86
- name: Run examples
87
working-directory: ${{github.workspace}}/build
- run: ctest --output-on-failure --test-dir examples -C Release
88
+ run: ctest -V --test-dir examples -C Release
89
90
- name: Run tests
91
if: matrix.build_tests == 'ON'
0 commit comments