Add GH actions based test runner

This commit is contained in:
Matthias Mullie 2022-03-15 11:15:37 +01:00
parent 33347fbaa1
commit 5a996031f5

18
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Run test suite
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run test suite
run: make test