Skip to content

Commit addb17a

Browse files
authored
chore: Remove redundant silencing of ASAN errors in CI (#2779)
1 parent 346c9f9 commit addb17a

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
@@ -47,7 +47,7 @@ jobs:
4747

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

5252
steps:
5353
- name: Cleanup workspace

0 commit comments

Comments
 (0)