Skip to content

Commit c31ac49

Browse files
committed
Add a new step to zjit's macos workflow
1 parent 7da8ad2 commit c31ac49

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/zjit-macos.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- test_task: 'btest'
4646
configure: '--enable-zjit=dev'
4747

48+
- test_task: 'ruby-test'
49+
configure: '--enable-zjit=dev'
50+
4851
env:
4952
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
5053
RUN_OPTS: ${{ matrix.zjit_opts }}
@@ -142,6 +145,11 @@ jobs:
142145
# ../src/bootstraptest/test_yjit.rb \
143146
if: ${{ matrix.test_task == 'btest' }}
144147

148+
- name: Ruby test (test/ruby/*.rb)
149+
run: |
150+
ruby ../src/zjit/test_runner.rb
151+
if: ${{ matrix.test_task == 'ruby-test' }}
152+
145153
- name: make ${{ matrix.test_task }}
146154
run: >-
147155
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}

0 commit comments

Comments
 (0)