We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346c9f9 commit addb17aCopy full SHA for addb17a
.github/workflows/reusable-test.yml
@@ -47,7 +47,7 @@ jobs:
47
48
env:
49
# 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') }}
+ SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') }}
51
52
steps:
53
- name: Cleanup workspace
0 commit comments