add install targets

This commit is contained in:
Andrejus
2020-03-25 19:57:24 +00:00
parent 826cc598b9
commit ae4fc2832c
19 changed files with 111 additions and 196 deletions

View File

@@ -1,12 +1,10 @@
on: [push]
jobs:
build:
tests:
runs-on: ubuntu-latest
name:
name: tests
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: make build
- name: Test Docker image
- name: Run tests
run: make test