Skip to content

Commit 052cbd8

Browse files
committed
Test bundle exec too
1 parent 001fd1b commit 052cbd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
4040
- name: C extension test
4141
run: gem install json:2.2.0 --no-document
42-
- name: Bundler version
43-
run: bundle --version
44-
- name: Bundler test
45-
run: bundle install
42+
- run: bundle --version
43+
- run: bundle install
44+
- run: bundle exec rake --version
4645

4746
lint:
4847
runs-on: ubuntu-latest

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Used for testing
22
source 'https://rubygems.org'
33

4+
gem "rake"
45
gem "path"
56
gem "json", "2.2.0"

0 commit comments

Comments
 (0)