Skip to content

Commit

Permalink
Merge branch 'master' into mmckay/fix_3.2
Browse files Browse the repository at this point in the history
* master:
  Verify gem build and load (#121)
  • Loading branch information
malmckay committed Jan 6, 2023
2 parents b4c6d07 + a99f3bf commit 0fbdcd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,12 @@ jobs:
SPAWN_ZOOKEEPER: true
run: |
bundle exec rake
- name: Build and verify gem
env:
RAILS_ENV: test
SPAWN_ZOOKEEPER: false
run: |
gem build zookeeper.gemspec
gem install ./zookeeper-*.gem
ruby -e "require 'zookeeper'"

0 comments on commit 0fbdcd8

Please sign in to comment.