mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/386)
This commit is contained in:
parent
1cafb1a7a6
commit
cad35fb25c
1 changed files with 3 additions and 1 deletions
|
@ -165,4 +165,6 @@ yjit_task:
|
|||
# These are the btests we can't run yet on arm:
|
||||
#bootstraptest/test_yjit.rb (out of executable memory not handled)
|
||||
|
||||
# full_build_script: make -j
|
||||
# FIXME: not currently working on CI, missing cargo
|
||||
# Check that we can do a full ruby build
|
||||
#full_build_script: make -j
|
||||
|
|
Loading…
Reference in a new issue