We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56efda3 commit 53077baCopy full SHA for 53077ba
1 file changed
.github/workflows/zjit-macos.yml
@@ -45,6 +45,9 @@ jobs:
45
- test_task: 'btest'
46
configure: '--enable-zjit=dev'
47
48
+ - test_task: 'ruby-test'
49
+ configure: '--enable-zjit=dev'
50
+
51
env:
52
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
53
RUN_OPTS: ${{ matrix.zjit_opts }}
@@ -142,6 +145,11 @@ jobs:
142
145
# ../src/bootstraptest/test_yjit.rb \
143
146
if: ${{ matrix.test_task == 'btest' }}
144
147
148
+ - name: Ruby test (test/ruby/*.rb)
149
+ run: |
150
+ ruby zjit/test_runner.rb
151
+ if: ${{ matrix.test_task == 'ruby-test' }}
152
153
- name: make ${{ matrix.test_task }}
154
run: >-
155
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
0 commit comments