added github workflow for tests

This commit is contained in:
overflowerror 2021-04-29 23:03:12 +02:00
parent 9cfa9ee6ae
commit 241b3975e1

19
.github/workflows/c-cpp.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make test
run: make test
- name: run tests
run: ./test