Commit 46e0761
Enable parallel test execution with Rake multitask
Changes:
- Use 'multitask' instead of 'task' for spec:all to run tests in parallel
- Run each RSpec suite in separate process with isolated environment
- Pass TARGET_HOST via environment variable per-process instead of globally
Performance improvement:
- Sequential execution: ~35 seconds
- Parallel execution: ~18 seconds
- Speedup: ~47% faster (nearly 2x)
This allows Node.js 20 and 22 Docker image tests to build and run
simultaneously, significantly reducing CI/CD pipeline time.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 7553aa9 commit 46e0761
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
0 commit comments