summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/modgc.yml1
-rw-r--r--bootstraptest/test_ractor.rb3
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/modgc.yml b/.github/workflows/modgc.yml
index dc6223baa1..8b40783648 100644
--- a/.github/workflows/modgc.yml
+++ b/.github/workflows/modgc.yml
@@ -124,6 +124,7 @@ 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 4c6e2d576f..22e1533364 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -215,7 +215,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'] &&
- ENV['GITHUB_WORKFLOW'] == 'Compilations'
+ (ENV['GITHUB_WORKFLOW'] == 'Compilations' ||
+ ENV['GITHUB_WORKFLOW'] == 'ModGC')
# ignore the follow
else