Skip to content

Commit 17224a1

Browse files
committed
Revert "Drop --sanitize=thread"
This reverts commit 466b6db. # Conflicts: # Makefile
1 parent 47f62eb commit 17224a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ run:
3535

3636
test:
3737
set -o pipefail \
38-
&& swift test --disable-automatic-resolution
38+
&& swift test --disable-automatic-resolution --sanitize=thread
3939

4040
test-query-performance:
4141
set -o pipefail \

0 commit comments

Comments
 (0)