From 5a8e54aa3bf06088339e8d486f1cd187428db9a0 Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 5 Sep 2020 09:56:24 +0000 Subject: add github workflows FossilOrigin-Name: abe4dcaf8d12a47ec59ee2b5faec3bae9a61462d4e30fb641b5e2e05e192152c --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..836d891 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: test + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Run tests. + run: make test -- cgit v1.2.3