Sha256: 6384f7a4f06a26f70bec94bbc77d5c38ef6c0048dff537af2389e1424dddba31

Contents?: true

Size: 652 Bytes

Versions: 22

Compression:

Stored size: 652 Bytes

Contents

name: Tests

on: [push, pull_request]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest]
        ruby: [2.6, 2.7, 3.0]

    name: >-
      ${{matrix.os}}, ${{matrix.ruby}}

    runs-on: ${{matrix.os}}
    steps:
    - uses: actions/checkout@v1
    - uses: actions/setup-ruby@v1
      with:
        ruby-version: ${{matrix.ruby}}
    - name: Install dependencies
      run: |
        gem install bundler
        bundle install
    - name: Show Linux kernel version
      run: uname -r
    - name: Compile C-extension
      run: bundle exec rake compile
    - name: Run tests
      run:  bundle exec rake test

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
h1p-0.5 .github/workflows/test.yml
h1p-0.4 .github/workflows/test.yml
h1p-0.3 .github/workflows/test.yml
extralite-1.6 .github/workflows/test.yml
extralite-1.5 .github/workflows/test.yml
extralite-1.4 .github/workflows/test.yml
h1p-0.2 .github/workflows/test.yml
h1p-0.1 .github/workflows/test.yml
extralite-1.3 .github/workflows/test.yml
extralite-1.2 .github/workflows/test.yml
extralite-1.1 .github/workflows/test.yml
extralite-1.0 .github/workflows/test.yml
extralite-0.6 .github/workflows/test.yml
extralite-0.5 .github/workflows/test.yml
extralite-0.4 .github/workflows/test.yml
extralite-0.3 .github/workflows/test.yml
extralite-0.2.1 .github/workflows/test.yml
extralite-0.2 .github/workflows/test.yml
polyphony-0.53.2 .github/workflows/test.yml
polyphony-0.53.1 .github/workflows/test.yml