Skip to content

Commit e945cf1

Browse files
committed
Increase parallel test jobs from 4 to 6
Improves CI speedup from 1.84x to 2.35x based on local testing. Each runner now handles ~17 specs instead of ~26.
1 parent dcd620a commit e945cf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ci_node_total: [4]
13-
ci_node_index: [0, 1, 2, 3]
12+
ci_node_total: [6]
13+
ci_node_index: [0, 1, 2, 3, 4, 5]
1414

1515
env:
1616
# prevent unnecessary log output -- https://bundler.io/man/bundle-config.1.html

0 commit comments

Comments
 (0)