switch to github actions

This commit is contained in:
aler9
2020-12-04 23:22:39 +01:00
parent c2a1f55abc
commit b40b2f2463
4 changed files with 20 additions and 39 deletions
+18
View File
@@ -0,0 +1,18 @@
name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test