File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ To reduce this time,
15
15
you can run tests in parallel
16
16
by spreading them across multiple machines.
17
17
This requires specifying a parallelism level
18
- and using the CircleCI Local CLI
18
+ and using the CircleCI CLI
19
19
to split test files.
20
20
21
21
* TOC
@@ -42,11 +42,13 @@ jobs:
42
42
For more information,
43
43
see the [configuration reference]({{ site.baseurl }}/2.0/configuration-reference/#parallelism).
44
44
45
- ## Using the CircleCI Local CLI to Split Tests
45
+ ## Using the CircleCI CLI to Split Tests
46
46
47
47
Test allocation across containers is file-based
48
- and requires the CircleCI Local CLI.
49
- To install the CLI,
48
+ and requires the CircleCI CLI. It is automatically
49
+ injected into your build at run-time.
50
+
51
+ To install the CLI locally,
50
52
see the [Using the CircleCI Local CLI]({{ site.baseurl }}/2.0/local-cli/#installing-the-circleci-local-cli-on-macos-and-linux-distros) document.
51
53
52
54
### Globbing Test Files
You can’t perform that action at this time.
0 commit comments