runtime/.github/workflows/tests.yml
2020-02-02 22:06:16 +01:00

14 lines
164 B
YAML

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