mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 11:05:42 +05:00
update
This commit is contained in:
parent
5c5811c719
commit
1e1f4fda92
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
17036
test/result/coverage.out
17036
test/result/coverage.out
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user