Skip to content

Commit 2ef85c1

Browse files
committed
Drop duplicated workflow jobs
1 parent dfacd05 commit 2ef85c1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
configure: '--enable-zjit=dev'
3636
tests: '../src/test/ruby/test_zjit.rb'
3737

38-
# Test without ZJIT for now
39-
- test_task: 'check'
40-
configure: '--disable-zjit'
41-
4238
env:
4339
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
4440
RUN_OPTS: ${{ matrix.zjit_opts }}

.github/workflows/zjit-ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
configure: '--enable-zjit=dev'
4141
tests: '../src/test/ruby/test_zjit.rb'
4242

43-
# Test without ZJIT for now
44-
- test_task: 'check'
45-
configure: '--disable-zjit'
46-
4743
env:
4844
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
4945
RUN_OPTS: ${{ matrix.zjit_opts }}

0 commit comments

Comments
 (0)