diff --git a/.github/workflows/modgc.yml b/.github/workflows/modgc.yml index 266f7e0593..03244c4a3d 100644 --- a/.github/workflows/modgc.yml +++ b/.github/workflows/modgc.yml @@ -120,7 +120,6 @@ jobs: echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV - echo 'GITHUB_WORKFLOW=ModGC' >> $GITHUB_ENV if: ${{ matrix.gc.name == 'mmtk' }} - run: $SETARCH make diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 0f193bfe8e..5eb297b57a 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -214,8 +214,8 @@ assert_equal '[:a, :b, :c, :d, :e, :f, :g]', %q{ ### ### # Ractor still has several memory corruption so skip huge number of tests -if ENV['GITHUB_WORKFLOW'] == 'Compilations' || ENV['GITHUB_WORKFLOW'] == 'ModGC' - # ignore the follow +if ENV['GITHUB_WORKFLOW'] == 'Compilations' + # ignore the follow else # Ractor.select(*ractors) receives a values from a ractors.