aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 9b94dfc0eb4c81e68d47d1a23aa000497c5eca85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: test

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v1
      - name: Run tests.
        run: make test