Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:

jobs:
ruby-versions:
if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.7
lint:
if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,6 +51,7 @@ jobs:
- name: Run tests in isolation
run: bundle exec rake test_in_isolation
debug-test:
if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
name: Debug compatibility test
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down