Skip to content

Commit c3664e1

Browse files
committed
Set tests to run --no-parallel
1 parent 0be81a3 commit c3664e1

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
@@ -34,7 +34,7 @@ run:
3434
swift run
3535

3636
test-plain:
37-
swift test --disable-automatic-resolution --sanitize=thread
37+
swift test --disable-automatic-resolution --sanitize=thread --no-parallel
3838

3939
test: xcbeautify
4040
set -o pipefail \

0 commit comments

Comments
 (0)