summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2022-08-30 16:04:02 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-30 14:21:43 -0700
commit4a4daf00afbd5f6041d2b832df10c5c389781f1a (patch)
tree617a6374a66f070ac4e3738d7788d480164c54d5 /.cirrus.yml
parent5dbc725f4d6b07d9d1214ae896fd3feeae8aa23b (diff)
downloadruby-4a4daf00afbd5f6041d2b832df10c5c389781f1a.tar.gz
Update .cirrus.yml
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index be4d453fb8..4949e6cb3e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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"