mdbx-ci: use Circle-CI for UBSAN-test pass.

This commit is contained in:
Leonid Yuriev 2021-10-12 17:28:37 +03:00
parent 30745e0621
commit 9dd15a4415

View File

@ -11,8 +11,7 @@ jobs:
- TESTLOG: /tmp/test.log
steps:
- checkout
- run: make all
- run: ulimit -c unlimited && make check
- run: ulimit -c unlimited && MDBX_BUILD_OPTIONS="-DNDEBUG=1 -DMDBX_FORCE_ASSERTIONS=1" make test-ubsan
- run:
command: |
mkdir -p /tmp/artifacts