Skip to content

Commit 586a211

Browse files
authored
test: Enable address sanitizer testing (#2628)
1 parent 93919ab commit 586a211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
env:
4545
# TODO: remove completely when we have fixed all currently existing issues with sanitizers
46-
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.asan') || endsWith(inputs.conan_profile, '.tsan') }}
46+
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') || inputs.conan_profile == 'clang.asan' || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }}
4747

4848
steps:
4949
- name: Cleanup workspace

0 commit comments

Comments
 (0)