mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 22:14:53 +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
|
- 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue