add test workflow

This commit is contained in:
alexey.lysiuk 2020-12-26 12:05:07 +02:00
parent da08b983e0
commit 83971168e3
1 changed files with 15 additions and 0 deletions

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

@ -0,0 +1,15 @@
name: Test Libraries
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.config.name }}
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v1
- name: Prepare
run: ./build.py --target=clean-deps
- name: Run tests
run: test/test.py