mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 18:14:09 +08: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
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…
x
Reference in New Issue
Block a user