summaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yaml
blob: f08a2c238f1b76e80b8badf78f14385c0c552826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: CI

on:
  push:
  pull_request:

jobs:
  integration:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: test
        run: make test