mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
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:
parent
90b2c95bbc
commit
63a2fdd773
1 changed files with 3 additions and 6 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -85,12 +85,9 @@ jobs:
|
|||
- name: make
|
||||
run: |
|
||||
make
|
||||
# This is broken as of 2022-04-18, ASAN crashes on
|
||||
# autosuggest_suggest_special for no discernable reason.
|
||||
# Unable to reproduce locally.
|
||||
# - name: make test
|
||||
# run: |
|
||||
# make test
|
||||
- name: make test
|
||||
run: |
|
||||
make test
|
||||
|
||||
ubuntu-threadsan:
|
||||
|
||||
|
|
Loading…
Reference in a new issue