mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update .cirrus.yml
This commit is contained in:
parent
5dbc725f4d
commit
4a4daf00af
Notes:
git
2022-08-31 06:22:12 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ yjit_task:
|
|||
output_stats_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-stats -e0
|
||||
full_build_script: source $HOME/.cargo/env && make -j
|
||||
cargo_test_script: source $HOME/.cargo/env && cd yjit && cargo test
|
||||
make_btest_script: source $HOME/.cargo/env && make -j test RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
|
||||
make_test_script: source $HOME/.cargo/env && make -j test RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
|
||||
make_test_all_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"' --test-order=alpha --name=!/TestGCCompact/'
|
||||
test_gc_compact_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTS="test/ruby/test_gc_compact.rb"
|
||||
make_test_spec_script: source $HOME/.cargo/env && make -j test-spec RUN_OPTS="--yjit-call-threshold=1"
|
||||
|
|
Loading…
Reference in a new issue