Sha256: 779e5d05ea4d15cea83c5b88ecf96a4f832dc9ad47ea810c12ac65cfd4dbfcbc

Contents?: true

Size: 525 Bytes

Versions: 7

Compression:

Stored size: 525 Bytes

Contents

name: cmd-optparse.rb

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  tests:
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, macos-latest]
        ruby: [3.1, 3.2]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v4
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
    - name: Install dependencies
      run: bundle install
    - name: Run test
      run: bundle exec rake test

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
cli-option_parser.rb-0.6.0 .github/workflows/test.yml
cli-option_parser.rb-0.5.3 .github/workflows/test.yml
cli-option_parser.rb-0.5.2 .github/workflows/test.yml
cmd-optparse.rb-0.5.2 .github/workflows/test.yml
cmd-optparse.rb-0.5.0 .github/workflows/test.yml
cmd-optparse.rb-0.1.1 .github/workflows/test.yml
cmd-optparse.rb-0.1.0 .github/workflows/test.yml