Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Add go test flag '-v' for more clearly CI log (#871)
### Motivation Currently, the CI of pulsar-go-client is more and more prone to fail due to timeout. It's hard to find out which test case failed based on CI log now. Add go test flag '-v' will make the CI log more clearly to locate which test failed or timeout. ### Modifications Add go test flag '-v' in `run-ci.sh`
- Loading branch information