We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985cdbe commit bd359deCopy full SHA for bd359de
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: ruby/setup-ruby@v1
26
with:
27
ruby-version: ${{ matrix.ruby }}
28
- - name: Install dependencies
29
- run: bundle install
+ bundler-cache: true
+ rubygems: latest
30
- name: Run test
31
- run: rake test
+ run: bundle exec rake test
Gemfile
@@ -7,4 +7,4 @@ gemspec
7
gem "rake"
8
gem "rdoc"
9
gem "test-unit"
10
-gem "test-unit-ruby-core"
+gem "test-unit-ruby-core", git: "https://github.com/ruby/test-unit-ruby-core"
0 commit comments