Skip to content

Commit 8bebad3

Browse files
authored
Merge pull request #106 from junaruga/wip/ci-ibm-refactor
CI: test.yml: build-ibm: Use nproc instead of hard-coded number 2.
2 parents b2ec227 + 8cf6bd8 commit 8bebad3

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
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get update
5959
sudo apt-get install ruby-full bundler zlib1g-dev
6060
- name: Install dependencies
61-
run: sudo bundle install --jobs 2
61+
run: sudo bundle install --jobs $(nproc)
6262
- name: Run test
6363
run: bundle exec rake compile test
6464
timeout-minutes: 5

0 commit comments

Comments
 (0)