Skip to content

Commit 0f5634c

Browse files
committed
ignore alloc/dealloc mismatch
1 parent 27f12e1 commit 0f5634c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: cmake --build ${BUILD_DIR} -j -v
4747
- name: Test
4848
run: cd ${BUILD_DIR} && test/tests -r junit -o report.xml
49+
env:
50+
ASAN_OPTIONS: alloc_dealloc_mismatch=0
4951
- name: Upload test report to Datadog
5052
run: |
5153
curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-${{ matrix.arch }}" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci

0 commit comments

Comments
 (0)