Create test.yml

This commit is contained in:
Dimitris Zervas 2020-09-15 00:22:03 +03:00
parent 29373e9a37
commit c4d057685b
No known key found for this signature in database
GPG Key ID: 5C27D7C9D1901A30

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

@ -0,0 +1,13 @@
# This is a basic workflow to help you get started with Actions
name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container: kmkfw/base
steps:
- uses: actions/checkout@v2
- run: make test