Sha256: 88fb2c861f633f1aca5ccf6b283bd07dee1c53fca41df76dce336f3aec6ba228

Contents?: true

Size: 477 Bytes

Versions: 4

Compression:

Stored size: 477 Bytes

Contents

name: Ruby Gem - Run Tests

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

jobs:
  build:
    name: Run Tests
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby 2.7
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.7.3
        bundler-cache: true
    - name: Build and Test
      run: |
        go build -v -buildmode=c-shared -o proxy/planetscale-linux.so
        bundle exec rake test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
planetscale-0.3.1 .github/workflows/ci.yml
planetscale-0.3.0 .github/workflows/ci.yml
planetscale-0.2.1 .github/workflows/ci.yml
planetscale-0.2.0 .github/workflows/ci.yml