mirror of
https://github.com/alibaba/higress.git
synced 2026-03-02 07:30:49 +08:00
Support nacos discovery (#108)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: "run go build"
|
||||
run: make build
|
||||
run: GOPROXY="https://proxy.golang.org,direct" make build
|
||||
|
||||
- name: "run go test and out codecov"
|
||||
run: make prebuild; go test ./cmd/... ./pkg/... -race -coverprofile=coverage.out -covermode=atomic
|
||||
|
||||
Reference in New Issue
Block a user