mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
Add a TSAN workaround and re-enable the test
This reverts commit 865602e8d1.
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -117,12 +117,9 @@ jobs:
|
||||
- name: make
|
||||
run: |
|
||||
make
|
||||
# This is, once again, broken as of 2022-12-19.
|
||||
# It just hangs indefinitely. Github probably upgraded clang/Ubuntu.
|
||||
# Because that is unhelpful, we disable the tests once more.
|
||||
# - name: make test
|
||||
# run: |
|
||||
# make test
|
||||
- name: make test
|
||||
run: |
|
||||
make test
|
||||
|
||||
macos:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user