2020-05-18 19:38:16 +02:00
|
|
|
on:
|
|
|
|
push
|
|
|
|
name: make test
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
name: make test
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@master
|
2020-05-18 19:40:14 +02:00
|
|
|
with:
|
|
|
|
fetch-depth: '2'
|
2020-05-18 19:38:16 +02:00
|
|
|
- name: make test
|
|
|
|
run: make test
|
|
|
|
shell: bash
|