mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx-ci: add if-failure
step to github-actions to dump all *.err
logs.
This commit is contained in:
parent
eb3fc985d6
commit
68ac48235e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -35,3 +35,6 @@ jobs:
|
|||||||
- name: make check
|
- name: make check
|
||||||
run: make MDBX_BUILD_OPTIONS="-DNDEBUG=1 -DMDBX_FORCE_ASSERTIONS=1" --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make MDBX_BUILD_OPTIONS="-DNDEBUG=1 -DMDBX_FORCE_ASSERTIONS=1" --keep-going check
|
run: make MDBX_BUILD_OPTIONS="-DNDEBUG=1 -DMDBX_FORCE_ASSERTIONS=1" --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make MDBX_BUILD_OPTIONS="-DNDEBUG=1 -DMDBX_FORCE_ASSERTIONS=1" --keep-going check
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- name: if_failure
|
||||||
|
if: failure()
|
||||||
|
run: for F in *.err; do echo --- $F; cat $F; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user