Skip to content

Commit 9e645b1

Browse files
committed
Drop --no-parallel
1 parent 466b6db commit 9e645b1

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: xcbeautify
3737
set -o pipefail \
38-
&& swift test --disable-automatic-resolution --no-parallel \
38+
&& swift test --disable-automatic-resolution \
3939
2>&1 | ./xcbeautify --renderer github-actions
4040

4141
test-query-performance: xcbeautify

0 commit comments

Comments
 (0)