mirror of
https://github.com/zerotier/zerotier-rust-api.git
synced 2026-05-22 16:26:25 -07:00
update deps (#9)
* ci: basic build github action * chore: update zerotier-one api spec * chore: update zerotier-central api spec
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: test suite
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: make
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: make
|
||||
Reference in New Issue
Block a user