fix/apollo
baozhecheng 2 years ago
parent 58e9d41300
commit 46eea6f3a1
  1. 5
      .github/workflows/go.yml

@ -52,8 +52,9 @@ jobs:
run: go build ./...
- name: Test
run: make test-coverage
run: |
lsof -i:8848
make test-coverage
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)

Loading…
Cancel
Save