Add multiple environments (#298)

This commit is contained in:
Ali Karbassi
2020-03-27 20:13:02 -05:00
committed by GitHub
parent c9540122e6
commit 8901db8bdd
2 changed files with 20 additions and 33 deletions

20
.github/workflows/tests.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- run: make
- run: make dist
- run: make test