Improve the UT coverage of cmd/higress. (#142)

This commit is contained in:
Kent Dong
2023-01-23 16:35:41 +08:00
committed by GitHub
parent 9593cb7340
commit 4fb9efe3bf
6 changed files with 101 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ jobs:
go-version: 1.19
- uses: actions/checkout@v3
- name: "Run E2E Tests"
run: make e2e-test
run: GOPROXY="https://proxy.golang.org,direct" make e2e-test
publish:
runs-on: ubuntu-latest