Skip to content

Commit ce92bcc

Browse files
committed
CI: test.yml: test-ibm: Use nproc instead of hard-coded number 2.
1 parent cb5e3d4 commit ce92bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
sudo apt-get update
7878
sudo apt-get install ruby-full bundler libyaml-dev
7979
- name: Install dependencies
80-
run: sudo bundle install --jobs 2
80+
run: sudo bundle install --jobs $(nproc)
8181
- name: Run test
8282
id: test
8383
run: rake

0 commit comments

Comments
 (0)