diff options
author | Peter Zhu <[email protected]> | 2025-05-20 15:36:06 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2025-05-21 11:27:02 -0400 |
commit | 511b6bcb53aec8c429d00628e7d2ba286671a4fc (patch) | |
tree | 4818816bd83144feb2aa4582f918d2e77c18b282 | |
parent | ac23fa09029a2db4045b03b377133f770cb25327 (diff) |
Reenable MMTk tests
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13386
-rw-r--r-- | .github/workflows/modgc.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/modgc.yml b/.github/workflows/modgc.yml index 5354d9bb97..1e64fd5109 100644 --- a/.github/workflows/modgc.yml +++ b/.github/workflows/modgc.yml @@ -26,8 +26,8 @@ jobs: matrix: gc: - name: default - # - name: mmtk - # mmtk_build: release + - name: mmtk + mmtk_build: release os: [macos-latest, ubuntu-latest] include: - test_task: check |