This commit is contained in:
number571 2024-04-05 03:38:11 +07:00
parent 5c5811c719
commit 1e1f4fda92
3 changed files with 37900 additions and 37896 deletions

View File

@ -20,7 +20,11 @@ jobs:
run: sudo tar -C /opt -xzf go1.16.linux-amd64.tar.gz
- name: Environment setting...
run: export PATH="${PATH}:/opt/go/bin"
- name: Golangci installing...
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
- name: Go-peer installing...
run: git clone https://github.com/number571/go-peer.git
- name: Go-peer list running...
run: make lint-run -C go-peer
- name: Go-peer test running...
run: make -C go-peer
run: make test-run -C go-peer

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff