Skip to content

Commit

Permalink
test: run doctool tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Mar 27, 2023
1 parent f086555 commit 2803aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doctool/testcfg.py
Expand Up @@ -4,4 +4,4 @@
import testpy

def GetConfiguration(context, root):
return testpy.SimpleTestConfiguration(context, root, 'doctool')
return testpy.ParallelTestConfiguration(context, root, 'doctool')

0 comments on commit 2803aaa

Please sign in to comment.