mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-26 04:02:50 +02:00
Temporarily remove workflows from tetanus.
This commit is contained in:
parent
7771de0bf7
commit
e8cdce34f2
1 changed files with 0 additions and 16 deletions
16
.github/workflows/main.yaml
vendored
16
.github/workflows/main.yaml
vendored
|
@ -1,16 +0,0 @@
|
||||||
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: cargo test
|
|
Loading…
Add table
Reference in a new issue