Add test.yaml

This commit is contained in:
yhirose 2019-09-19 22:32:07 -04:00
parent 81610ee080
commit b97420f363

17
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
steps:
- name: checkout
uses: actions/checkout@master
- name: make
run: cd test && make