We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93919ab commit 586a211Copy full SHA for 586a211
.github/workflows/test_impl.yml
@@ -43,7 +43,7 @@ jobs:
43
44
env:
45
# 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') }}
+ SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') || inputs.conan_profile == 'clang.asan' || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }}
47
48
steps:
49
- name: Cleanup workspace
0 commit comments