From ead96e7b44b98bef4896d836239345012821f1d2 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 20 May 2022 21:31:00 -0700 Subject: Rename test_jit to test_mjit to avoid confusion with YJIT --- .github/workflows/compilers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/compilers.yml') diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 886cbd3cd1..ee7f9293d1 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -251,8 +251,8 @@ jobs: # FIXME: Skip MJIT tests failing in the annocheck case. # https://bugs.ruby-lang.org/issues/18781 - run: | - rm test/ruby/test_jit.rb - rm test/ruby/test_rubyvm_jit.rb + rm test/ruby/test_mjit.rb + rm test/ruby/test_rubyvm_mjit.rb if: ${{ endsWith(matrix.entry.name, 'annocheck') }} working-directory: src - run: make test-all TESTS='-- ruby -ext-' -- cgit v1.2.3