Revert "Disable Github Actions tsan"

This reverts commit 432f005859e40c4aa68cb8f1bb51992975041070.

Thread Sanitizer issues have been sorted, so bravely re-enable
this test.
This commit is contained in:
ridiculousfish 2021-02-06 22:18:55 -08:00
parent 0f1281bec6
commit 96f2de9d15

View File

@ -106,8 +106,7 @@ jobs:
make
- name: make test
run: |
# HACK: Disabled for now because it fails all the time
true || make test
make test
macos: