mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Just: run Swift extra-tests sequentially
The parallel attribute causes concurrent sembuild calls that conflict with each other. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -13,5 +13,5 @@ format ARGS=".": (_format_cpp ARGS)
|
||||
[group('test')]
|
||||
language-tests *EXTRA_ARGS: (_language_tests EXTRA_ARGS source_dir() 'ql/test')
|
||||
|
||||
[group('test'), parallel]
|
||||
[group('test')]
|
||||
extra-tests: (_sembuild "target/test/check-queries-swift") (_sembuild "target/test/check-db-upgrades-swift") (_sembuild "target/test/check-db-downgrades-swift")
|
||||
|
||||
Reference in New Issue
Block a user