mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Run unit tests in parallel. (#45812)
This commit is contained in:
parent
f430f60541
commit
abe8e4c9e8
2 changed files with 13 additions and 1 deletions
|
@ -1156,6 +1156,7 @@ def command_units(args):
|
|||
'pytest',
|
||||
'--boxed',
|
||||
'-r', 'a',
|
||||
'-n', 'auto',
|
||||
'--color',
|
||||
'yes' if args.color else 'no',
|
||||
'--junit-xml',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue