From 918a658556d96aeb7bc0c8425e9095f0a22b04a1 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 30 Aug 2022 12:44:55 -0700 Subject: Run cargo test on Cirrus --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index ee5bafdee7..be4d453fb8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -126,6 +126,7 @@ yjit_task: test_dump_insns_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-dump-insns -e0 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_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" -- cgit v1.2.3