We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3442894 + 3c2bd26 commit 7ae3f03Copy full SHA for 7ae3f03
.github/workflows/cruby-bindings.yml
@@ -40,8 +40,8 @@ jobs:
40
ruby tool/downloader.rb -d tool -e gnu config.guess config.sub
41
autoconf
42
./configure -C --disable-install-doc
43
- make -j2
+ make -j$(nproc)
44
working-directory: ruby/ruby
45
- name: make test-all
46
- run: make -j2 -s test-all TESTS="prism ruby/test_syntax.rb ruby/test_compile_prism.rb --no-retry"
+ run: make -j$(nproc) -s test-all
47
0 commit comments