Sha256: 08874808ca7664aade755eb06c46d5d7e241bcca7bfe066f8a98d534c04cbc5c

Contents?: true

Size: 645 Bytes

Versions: 11

Compression:

Stored size: 645 Bytes

Contents

name: Development

on: [push, pull_request]

jobs:
  test:
    strategy:
      matrix:
        os:
          - ubuntu
          - macos
        
        ruby:
          - 2.4
          - 2.5
          - 2.6
          - 2.7
        
        include:
          - os: 'ubuntu'
            ruby: '2.6'
            env: COVERAGE=PartialSummary,Coveralls
    
    runs-on: ${{matrix.os}}-latest
    
    steps:
    - uses: actions/checkout@v1
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{matrix.ruby}}
    - name: Install dependencies
      run: bundle install
    - name: Run tests
      run: ${{matrix.env}} bundle exec rspec

Version data entries

11 entries across 11 versions & 5 rubygems

Version Path
db-0.0.0 .github/workflows/development.yml
async-http-cache-0.1.5 .github/workflows/development.yml
async-http-cache-0.1.4 .github/workflows/development.yml
async-http-cache-0.1.3 .github/workflows/development.yml
async-http-cache-0.1.2 .github/workflows/development.yml
async-http-cache-0.1.1 .github/workflows/development.yml
async-http-cache-0.1.0 .github/workflows/development.yml
variant-0.1.1 .github/workflows/development.yml
variant-0.1.0 .github/workflows/development.yml
protocol-redis-0.5.0 .github/workflows/development.yml
thread-local-1.0.0 .github/workflows/development.yml