Skip to content

Commit

Permalink
Merge branch 'main' of github.com:appsignal/rdkafka-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Jan 5, 2025
2 parents 8caf2f7 + 43773a9 commit 296e7b0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,30 @@ jobs:
cd ext && bundle exec rake
cd ..
bundle exec rspec
macos_build:
timeout-minutes: 30
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
ruby:
- '3.4'
- '3.3'
- '3.2'
- '3.1'
steps:
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: false

- name: Build rdkafka-ruby
run: |
set -e
bundle install --path vendor/bundle
cd ext && bundle exec rake

0 comments on commit 296e7b0

Please sign in to comment.