Skip to content

Commit

Permalink
Test bundle exec too
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 30, 2020
1 parent 001fd1b commit 052cbd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
- name: C extension test
run: gem install json:2.2.0 --no-document
- name: Bundler version
run: bundle --version
- name: Bundler test
run: bundle install
- run: bundle --version
- run: bundle install
- run: bundle exec rake --version

lint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Used for testing
source 'https://rubygems.org'

gem "rake"
gem "path"
gem "json", "2.2.0"

0 comments on commit 052cbd8

Please sign in to comment.