summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 794d6c037b6417d1a196226e604d07ddc14c0ddd (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:
        version: 2.7.x
    - name: Build and test
      run: bin/cibuild