aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
blob: 48773a14a6a8718a087b85d488311290fb16a9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: Run tests

on:
  push

jobs:
  run-tests:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - shell: bash
        run: make test