Github Actions: Disable tsan once more

This commit is contained in:
Fabian Boehm 2022-12-19 19:55:36 +01:00
parent f82e00dbf6
commit 865602e8d1

View file

@ -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: