test: Enable address sanitizer testing (#2628)

This commit is contained in:
Ayaz Salikhov
2025-09-18 16:08:02 +01:00
committed by GitHub
parent 93919ab8b7
commit 586a2116a4

View File

@@ -43,7 +43,7 @@ jobs:
env:
# TODO: remove completely when we have fixed all currently existing issues with sanitizers
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.asan') || endsWith(inputs.conan_profile, '.tsan') }}
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') || inputs.conan_profile == 'clang.asan' || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }}
steps:
- name: Cleanup workspace