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 467e179 commit 8064480Copy full SHA for 8064480
.github/workflows/reusable_fast.yml
@@ -131,7 +131,7 @@ jobs:
131
- name: Run tests
132
if: matrix.build_tests == 'ON'
133
working-directory: ${{env.BUILD_DIR}}
134
- run: ctest --output-on-failure --test-dir test -C Release
+ run: UMF_LOG="level:debug;flush:debug;output:stderr;pid:no" ctest --output-on-failure --test-dir test -C Release
135
136
# TODO: We could add some script to verify metadata of dll's (selected fields, perhaps)
137
# ref. https://superuser.com/questions/381276/what-are-some-nice-command-line-ways-to-inspect-dll-exe-details
0 commit comments