mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Run unit tests in parallel. (#45812)
This commit is contained in:
@@ -1156,6 +1156,7 @@ def command_units(args):
|
||||
'pytest',
|
||||
'--boxed',
|
||||
'-r', 'a',
|
||||
'-n', 'auto',
|
||||
'--color',
|
||||
'yes' if args.color else 'no',
|
||||
'--junit-xml',
|
||||
|
||||
Reference in New Issue
Block a user