File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 2020 os : [ ubuntu-22.04, ubuntu-20.04, macos-latest, windows-latest ]
2121 ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2222 exclude :
23- # uses non-standard MSYS2 OpenSSL 3 package
24- - { os: windows-latest, ruby: head }
2523 - { os: windows-latest, ruby: truffleruby }
2624 - { os: windows-latest, ruby: truffleruby-head }
2725 - { os: macos-latest, ruby: truffleruby }
3836 uses : ruby/setup-ruby@v1
3937 with :
4038 ruby-version : ${{ matrix.ruby }}
41-
42- - name : depends
43- run : bundle install
39+ bundler-cache : true # `bundle install` and cache
4440
4541 # Enable the verbose option in mkmf.rb to print the compiling commands.
4642 - name : enable mkmf verbose
@@ -52,10 +48,10 @@ jobs:
5248 if : ${{ !matrix.skip-warnings }}
5349
5450 - name : compile
55- run : rake compile
51+ run : bundle exec rake compile
5652
5753 - name : test
58- run : rake test TESTOPTS="-v --no-show-detail-immediately"
54+ run : bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
5955 timeout-minutes : 5
6056
6157 test-openssls :
You can’t perform that action at this time.
0 commit comments