This is an automated email from the ASF dual-hosted git repository.

rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new d994347  Add race detection to ci testing.' (#78)
d994347 is described below

commit d9943476e860bda38acd408c24698e6cbe563889
Author: cckellogg <[email protected]>
AuthorDate: Tue Oct 29 02:29:43 2019 -0700

    Add race detection to ci testing.' (#78)
    
    Add race detection to ci tests.
---
 run-ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-ci.sh b/run-ci.sh
index aec2a46..23896f4 100755
--- a/run-ci.sh
+++ b/run-ci.sh
@@ -31,7 +31,7 @@ go build -o pulsar-perf ./perf
 
 ./pulsar-test-service-start.sh
 
-go test -coverprofile=/tmp/coverage -timeout=1h ./...
+go test -race -coverprofile=/tmp/coverage -timeout=1h ./...
 go tool cover -html=/tmp/coverage -o coverage.html
 
 ./pulsar-test-service-stop.sh

Reply via email to