mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-17 04:00:03 +02:00
Config for parallel testing
This commit is contained in:
parent
e2a4c6b83b
commit
ec3545a773
2 changed files with 13 additions and 1 deletions
|
|
@ -137,6 +137,14 @@ function NeotestAdapter.build_spec(args)
|
|||
debug("Position type:", position.type)
|
||||
end
|
||||
|
||||
if config('is_parallel') then
|
||||
command = vim.tbl_flatten({
|
||||
command,
|
||||
"--parallel",
|
||||
config('parallel'),
|
||||
})
|
||||
end
|
||||
|
||||
debug("Command:", command)
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue