From 32d9eef5626118b5848cdbe9fe8f17da043d781c Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Tue, 9 Aug 2022 10:32:24 -0400 Subject: Enable test_literal.rb and test_ractor.rb on arm --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.cirrus.yml') 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 \ -- cgit v1.2.1