mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Disable Github Actions tsan
This was updated and now always fails, but it always did so - you can test it with 3.1.2 as well, it's just not happy with the iothread stuff. Because it's super easy to test this locally this disables the github actions test so it doesn't complain *constantly*. See #7681
This commit is contained in:
parent
caca4fec22
commit
432f005859
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -106,7 +106,8 @@ jobs:
|
|||
make
|
||||
- name: make test
|
||||
run: |
|
||||
make test
|
||||
# HACK: Disabled for now because it fails all the time
|
||||
true || make test
|
||||
|
||||
macos:
|
||||
|
||||
|
|
Loading…
Reference in a new issue