1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-04 23:40:26 +08:00

feat(p2p): add ip

This commit is contained in:
源文雨
2024-07-18 02:01:44 +09:00
parent cb2fe9bd21
commit 28c388aca9
11 changed files with 200 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: go build -v ./...
- name: Test
run: go test $(go list ./...)
run: sudo go test $(go list ./...) # ip test needs sudo
lint:
name: Lint