Skip to content

Commit 8064480

Browse files
committed
x
1 parent 467e179 commit 8064480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Run tests
132132
if: matrix.build_tests == 'ON'
133133
working-directory: ${{env.BUILD_DIR}}
134-
run: ctest --output-on-failure --test-dir test -C Release
134+
run: UMF_LOG="level:debug;flush:debug;output:stderr;pid:no" ctest --output-on-failure --test-dir test -C Release
135135

136136
# TODO: We could add some script to verify metadata of dll's (selected fields, perhaps)
137137
# ref. https://superuser.com/questions/381276/what-are-some-nice-command-line-ways-to-inspect-dll-exe-details

0 commit comments

Comments
 (0)