[CI] Parallelize unit tests in CI (#1219)
This commit is contained in:
@@ -465,7 +465,7 @@ def run_unittest_files(files: List[str], timeout_per_file: float):
|
||||
|
||||
def run_one_file(filename):
|
||||
filename = os.path.join(os.getcwd(), filename)
|
||||
print(f"\n\nRun {filename}\n\n", flush=True)
|
||||
print(f"\n\nRun:\npython3 {filename}\n\n", flush=True)
|
||||
process = subprocess.Popen(
|
||||
["python3", filename], stdout=None, stderr=None, env=os.environ
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user