Skip to content

Commit

Permalink
Verify gem build and load (#121)
Browse files Browse the repository at this point in the history
Adds a test to catch issues like #120
  • Loading branch information
malmckay authored Jan 6, 2023
1 parent 4ae276c commit a99f3bf
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 a99f3bf

Please sign in to comment.