From f5d89267c46ea86c34b9e174e999fea15d48a8e1 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Thu, 4 Apr 2024 19:48:41 +0100 Subject: [PATCH] Add --with-shared-gc to Ubuntu CI --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 419684e7f3..42b485700d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -33,6 +33,8 @@ jobs: configure: '--disable-yjit' - test_task: check configure: '--enable-shared --enable-load-relative' + - test_task: check + configure: '--with-shared-gc' - test_task: test-bundler-parallel - test_task: test-bundled-gems - test_task: check