Skip to content

Commit f2b3699

Browse files
committed
Update README
1 parent f0430b8 commit f2b3699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ See the [workflow](.github/workflows/mise.yml).
193193

194194
<summary>Parallel testing without any code changes or extra dependencies.</summary>
195195

196-
<br/>The matrix strategy can be used in a particular way to enable parallel testing for free. This means no code changes and no extra dependencies. This isn't a single runner using multiple cores, it's multiple runners each running its own set of tests.
196+
<br/>The matrix strategy can be used in a particular way to enable parallel testing for free. This means no code changes and no extra dependencies. This won't be a single runner using multiple cores, it's multiple runners each running its own set of tests. The idea is to identify where your tests are and then distrubute them across multiple machines.
197197

198198
See the workflows:
199199
- [Directory-level parallel testing](.github/workflows/parallel_dir.yml)

0 commit comments

Comments
 (0)