.github/workflows/ci.yml in rdkafka-0.18.0 vs .github/workflows/ci.yml in rdkafka-0.19.0
- old
+ new
@@ -24,11 +24,10 @@
ruby:
- '3.4.0-preview1'
- '3.3'
- '3.2'
- '3.1'
- - '3.0'
include:
- ruby: '3.3'
coverage: 'true'
steps:
- uses: actions/checkout@v4
@@ -48,8 +47,10 @@
- name: Run all specs
env:
GITHUB_COVERAGE: ${{matrix.coverage}}
run: |
+ set -e
bundle install --path vendor/bundle
- cd ext && bundle exec rake && cd ..
+ cd ext && bundle exec rake
+ cd ..
bundle exec rspec