Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading