Skip to content

Commit 45d97e4

Browse files
authored
Update README.md
1 parent a66e248 commit 45d97e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ GitHub Action to parallelize a PHPUnit test suite over multiple GitHub Action jo
33
In comparison to existing PHPUnit parallelization plugins, this action distributes the load over several jobs and therefore utilizes more CPUs.
44
Other PHPUnit parallelization plugins are used to run tests in parallel on a single host, to saturate all available CPUs.
55

6+
After segmenting a test-suite across multiple GitHub Action jobs, you may still/additionally use in-job parallelization with well known PHPunit plugins.
7+
68
## Input Parameters
79

810
### `strategy`
@@ -16,7 +18,7 @@ You may append additional parameters to the command, e.g. `vendor/bin/phpunit --
1618

1719
## Example GitHub Actions workflow
1820

19-
The workflow shows a typical usage example within a GitHub Actions workflow.
21+
The workflow shows a typical usage example within a GitHub Actions workflow which segments by test-suite.
2022
You may adjust this workflow as you see fit to e.g.
2123

2224
- use a different Test Runner (e.g. ParaTest)

0 commit comments

Comments
 (0)