Sha256: c3ca9d264fd66c039539922e4b7e33ba6f50e98fa87867e340d3aefb401765dc
Contents?: true
Size: 786 Bytes
Versions: 9
Compression:
Stored size: 786 Bytes
Contents
name: Ruby on: push: branches: - master pull_request: {} jobs: test: runs-on: "ubuntu-latest" strategy: matrix: container_tag: - master-nightly-bionic - 2.6.5-bionic - 2.7.0-bionic container: image: rubylang/ruby:${{ matrix.container_tag }} steps: - uses: actions/checkout@v1 - name: Run test run: | ruby -v gem install bundler bin/setup bundle exec rake test bundle exec rake stdlib_test bundle exec rake rubocop bundle exec rake validate bundle exec rake test_doc bundle exec rake build RBS_GENERATE_TEST_PATH=/tmp/Array_test.rb bundle exec rake 'generate:stdlib_test[Array]' ruby -c /tmp/Array_test.rb
Version data entries
9 entries across 9 versions & 1 rubygems