summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2022-08-09 10:32:24 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:09 -0700
commit32d9eef5626118b5848cdbe9fe8f17da043d781c (patch)
tree635c112e1748924224b7267f9b3b0f0ed101c329 /.cirrus.yml
parentcd7506593ad6bd92dd330ba969e76ff8a1f5ee31 (diff)
Enable test_literal.rb and test_ractor.rb on arm
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f91b72be64..1d7056c1d2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -144,12 +144,14 @@ yjit_task:
bootstraptest/test_insns.rb \
bootstraptest/test_io.rb \
bootstraptest/test_jump.rb \
+ bootstraptest/test_literal.rb \
bootstraptest/test_literal_suffix.rb \
bootstraptest/test_load.rb \
bootstraptest/test_marshal.rb \
bootstraptest/test_massign.rb \
bootstraptest/test_method.rb \
bootstraptest/test_objectspace.rb \
+ bootstraptest/test_ractor.rb \
bootstraptest/test_proc.rb \
bootstraptest/test_string.rb \
bootstraptest/test_struct.rb \