Skip to content

Commit 254a2c3

Browse files
committed
ci: Enable all asan builds
1 parent 1bfdd0d commit 254a2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-test.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, '.tsan') || inputs.conan_profile == 'clang.asan' || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }}
46+
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') }}
4747

4848
steps:
4949
- name: Cleanup workspace

0 commit comments

Comments
 (0)