Re-enable tests under ASAN/LSAN/UBSAN in GitHub CI

With the previous workaround skipping `test_autosuggest_suggest_special()` when
LSAN is enabled, the sanitizer seems to run to completion just fine.
This commit is contained in:
Mahmoud Al-Qudsi 2022-10-24 14:06:23 -05:00
parent 90b2c95bbc
commit 63a2fdd773

View file

@ -85,12 +85,9 @@ jobs:
- name: make - name: make
run: | run: |
make make
# This is broken as of 2022-04-18, ASAN crashes on - name: make test
# autosuggest_suggest_special for no discernable reason. run: |
# Unable to reproduce locally. make test
# - name: make test
# run: |
# make test
ubuntu-threadsan: ubuntu-threadsan: