mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
Github Actions: Disable tsan once more
This commit is contained in:
parent
f82e00dbf6
commit
865602e8d1
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -117,9 +117,12 @@ jobs:
|
|||
- name: make
|
||||
run: |
|
||||
make
|
||||
- name: make test
|
||||
run: |
|
||||
make test
|
||||
# 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
|
||||
|
||||
macos:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user