Skip to content

Commit 8217509

Browse files
committed
[ci] enable parallel jobs for ruby workflow
Github Actions allow to run jobs in parallel which can significantly speed up the CI process. Signed-off-by: Jean-Noël Avila <[email protected]>
1 parent 729bc83 commit 8217509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Install dependencies
3535
run: bundle install
3636
- name: Run tests
37-
run: bundle exec make all
37+
run: bundle exec make -j8 all

0 commit comments

Comments
 (0)