We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2ec227 + 8cf6bd8 commit 8bebad3Copy full SHA for 8bebad3
1 file changed
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
sudo apt-get update
59
sudo apt-get install ruby-full bundler zlib1g-dev
60
- name: Install dependencies
61
- run: sudo bundle install --jobs 2
+ run: sudo bundle install --jobs $(nproc)
62
- name: Run test
63
run: bundle exec rake compile test
64
timeout-minutes: 5
0 commit comments