mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 08:27:39 +02:00
testing
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
parent
a20c150f13
commit
bc7ec472e6
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yaml
vendored
Normal file
16
.github/workflows/main.yaml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue