From def49acb81c8e29361f5ac39771782f6ae7d0685 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Mon, 14 Oct 2024 10:12:34 +0200 Subject: [PATCH] Revert "Temporarily disable TSAN" This reverts commit 41526807b106c99dec51e4935f68d9c292bba619. --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 0a526b2de..3ed081256 100644 --- a/Makefile +++ b/Makefile @@ -33,16 +33,10 @@ build: run: swift run -# sas 2024-09-07: temporarily disable TSAN, it's triggering on Linux again (not on macOS). -# Probably related to the Swift 6 nightly image we're currently using. test: xcbeautify set -o pipefail \ - && swift test --disable-automatic-resolution \ + && swift test --disable-automatic-resolution --sanitize=thread \ 2>&1 | ./xcbeautify --renderer github-actions -#test: xcbeautify -# set -o pipefail \ -# && swift test --disable-automatic-resolution --sanitize=thread \ -# 2>&1 | ./xcbeautify --renderer github-actions test-query-performance: xcbeautify set -o pipefail \