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 27f12e1 commit 0f5634cCopy full SHA for 0f5634c
.github/workflows/dev.yml
@@ -46,6 +46,8 @@ jobs:
46
run: cmake --build ${BUILD_DIR} -j -v
47
- name: Test
48
run: cd ${BUILD_DIR} && test/tests -r junit -o report.xml
49
+ env:
50
+ ASAN_OPTIONS: alloc_dealloc_mismatch=0
51
- name: Upload test report to Datadog
52
run: |
53
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