summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 72d7fb5720b1975340f3b586c64945be28fd4025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Test

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Set up Ruby
      uses: actions/setup-ruby@v1
      with:
        ruby-version: '2.6.4'
    - name: Build and test
      run: bin/cibuild