You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ See the [workflow](.github/workflows/log_annotation.yml).
165
165
166
166
<summary>Define a matrix of different job configurations.</summary>
167
167
168
-
<br/>The matrix strategy lets easily target multiple operating systems or test multiple versions of a language.
168
+
<br/>The matrix strategy helps you easily target multiple operating systems and language versions.
169
169
170
170
- Uses `actions/setup-node`
171
171
@@ -187,6 +187,20 @@ See the [workflow](.github/workflows/mise.yml).
187
187
188
188
</details>
189
189
190
+
## parallel_*.yml
191
+
192
+
<details>
193
+
194
+
<summary>Parallel testing without any code changes or extra dependencies.</summary>
195
+
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.
0 commit comments