Skip to content

Commit 97e1862

Browse files
redsun82Copilot
andcommitted
Just: run Swift extra-tests sequentially
The parallel attribute causes concurrent sembuild calls that conflict with each other. Co-authored-by: Copilot <[email protected]>
1 parent 95cb1f6 commit 97e1862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ format ARGS=".": (_format_cpp ARGS)
1313
[group('test')]
1414
language-tests *EXTRA_ARGS: (_language_tests EXTRA_ARGS source_dir() 'ql/test')
1515

16-
[group('test'), parallel]
16+
[group('test')]
1717
extra-tests: (_sembuild "target/test/check-queries-swift") (_sembuild "target/test/check-db-upgrades-swift") (_sembuild "target/test/check-db-downgrades-swift")

0 commit comments

Comments
 (0)