summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 660aaad1767837539e2ea80dca28f004bbd801df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
    - name: Build and test
      run: bin/cibuild