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 f5676b9  readme: add note about how to build and test (#714)
f5676b9 is described below

commit f5676b940f6029cf0a34a612b1f843bf5bdac076
Author: Paul Gier <paul.g...@datastax.com>
AuthorDate: Thu Jan 20 03:07:49 2022 -0600

    readme: add note about how to build and test (#714)
    
    readme: add note about how to build and test
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 89c17f2..5ce74d1 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,16 @@ for reader.HasNext() {
 }
 ```
 
+## Build and Test
+
+Build the sources:
+
+    go build ./pulsar
+
+Run the unit tests:
+
+    ./docker-ci.sh
+
 ## Contributing
 
 Contributions are welcomed and greatly appreciated. See 
[CONTRIBUTING.md](CONTRIBUTING.md) for details on submitting patches and the 
contribution workflow.

Reply via email to