This commit is contained in:
Adam Štrauch 2020-02-02 22:06:16 +01:00
parent dc73712554
commit 4cf40f13a1
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 13 additions and 0 deletions

13
.github/workflows/tests.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Image testing
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: testing
run: |
make test