chore: Remove redundant silencing of ASAN errors in CI (#2779)

This commit is contained in:
Alex Kremer
2025-11-13 18:07:23 +00:00
committed by GitHub
parent 346c9f9bdf
commit addb17ae7d

View File

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