Merge pull request #9 from zerotier/actions

testing
This commit is contained in:
Adam Ierymenko 2022-06-29 15:32:19 -04:00 committed by GitHub
commit a37f8aa54b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/main.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Release
on: [pull_request, push]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
#- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: make test