diff --git a/tests/ci b/tests/ci index d53e6b65e9de..d1239bc97089 100755 --- a/tests/ci +++ b/tests/ci @@ -28,10 +28,10 @@ $tests = \Illuminate\Support\Str::of($process->getOutput()) )) ->filter(fn (string $test) => !empty($test)) // Make sure there are no empty lines ->unique() // We only need unique classes - ->split(10) - ->get(1); - // ->split((int) getenv('CI_NODE_TOTAL')) // Split it into equally sized chunks - // ->get((int) getenv('CI_NODE_INDEX')); // Get the index we need for this instance + // ->split(10) + // ->get(1); + ->split((int) getenv('CI_NODE_TOTAL')) // Split it into equally sized chunks + ->get((int) getenv('CI_NODE_INDEX')); // Get the index we need for this instance /** * Run phpunit with a filter: