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

on:
  pull_request:
  push:

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