File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ permissions:
1313jobs :
1414 test :
1515 strategy :
16+ fail-fast : false
1617 matrix :
1718 os : [ 'ubuntu-latest','macos-latest' ]
1819 # - https://www.ruby-lang.org/en/downloads/branches
19- ruby : [ '3.1','ruby-head' ]
20+ ruby : [ '3.1','ruby-head','jruby-head' ]
2021
2122 runs-on : " ${{ matrix.os }}"
2223
3132 uses : ruby/setup-ruby@v1
3233 with :
3334 ruby-version : " ${{ matrix.ruby }}"
35+ bundler : ' latest'
3436 bundler-cache : false
3537 cache-version : 2
3638
4244 - name : Run tests
4345 run : bundle exec rake test
4446
45- - name : Test doc
46- run : bundle exec rake doc
47-
4847 - name : Test build & install
4948 run : |
5049 bundle exec rake build
5150 gem install --document --local pkg/*.gem
52- ruby -w -rinit_copy -e 'puts InitCopy::VERSION'
51+ ruby -w -r init_copy -e 'puts InitCopy::VERSION'
You can’t perform that action at this time.
0 commit comments