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 dfacd05 commit 2ef85c1Copy full SHA for 2ef85c1
.github/workflows/zjit-macos.yml
@@ -35,10 +35,6 @@ jobs:
35
configure: '--enable-zjit=dev'
36
tests: '../src/test/ruby/test_zjit.rb'
37
38
- # Test without ZJIT for now
39
- - test_task: 'check'
40
- configure: '--disable-zjit'
41
-
42
env:
43
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
44
RUN_OPTS: ${{ matrix.zjit_opts }}
.github/workflows/zjit-ubuntu.yml
@@ -40,10 +40,6 @@ jobs:
45
46
47
48
49
0 commit comments