Skip to content

Commit 3e7c4b6

Browse files
committed
Fixes
1 parent 805c74b commit 3e7c4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/nightly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function (): iterable {
162162

163163
printMutex("Done cloning repos!");
164164

165-
printMutex("Running tests...");
165+
printMutex("Running tests (max $parallel processes)...");
166166
foreach ($repos as $dir => [$repo, $branch, $prepare, $command, $repeat]) {
167167
$pid = pcntl_fork();
168168
if ($pid) {

0 commit comments

Comments
 (0)