Skip to content

Commit 4573a8b

Browse files
committed
ZJIT: Test against bundled gems on CI
1 parent d8e9ec6 commit 4573a8b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/zjit-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
hint: 'combo build test'
4747
configure: '--enable-yjit --enable-zjit'
4848

49+
- test_task: 'test-bundled-gems'
50+
configure: '--enable-zjit=dev'
51+
4952
env:
5053
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
5154
RUN_OPTS: ${{ matrix.run_opts }}

.github/workflows/zjit-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
configure: '--enable-zjit=dev --with-gcc=clang-14'
6767
libclang_path: '/usr/lib/llvm-14/lib/libclang.so.1'
6868

69+
- test_task: 'test-bundled-gems'
70+
configure: '--enable-zjit=dev'
71+
6972
env:
7073
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
7174
RUN_OPTS: ${{ matrix.run_opts }}

0 commit comments

Comments
 (0)