summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2024-04-04 19:48:41 +0100
committerMatt Valentine-House <matt@eightbitraptor.com>2024-04-15 19:50:47 +0100
commitf5d89267c46ea86c34b9e174e999fea15d48a8e1 (patch)
tree4933baba03b442b620420d70e94ad604f435ddaf /.github/workflows/ubuntu.yml
parent065710c0f5c1e81f0fa7ab6ddd3ccbc41e9cc2cc (diff)
Add --with-shared-gc to Ubuntu CI
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 2 insertions, 0 deletions
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