Merge branch 'master' of github.com:zerotier/tetanus

This commit is contained in:
Adam Ierymenko 2022-06-29 15:32:32 -04:00
commit 409a897c22
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

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