runtime/.github/workflows/tests.yml

15 lines
182 B
YAML
Raw Normal View History

2020-02-02 21:06:16 +00:00
name: Image testing
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: testing
run: |
2020-04-01 21:47:12 +00:00
make build
2020-02-02 21:06:16 +00:00
make test