From 96f2de9d15d1c98c50af463133008d0213c3437f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 6 Feb 2021 22:18:55 -0800 Subject: [PATCH] Revert "Disable Github Actions tsan" This reverts commit 432f005859e40c4aa68cb8f1bb51992975041070. Thread Sanitizer issues have been sorted, so bravely re-enable this test. --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9ab2cd63..c6e6f4b96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: