From 9680a88163be13e65d106f794077c70303aa03d4 Mon Sep 17 00:00:00 2001 From: Paul Gier Date: Tue, 18 Jan 2022 19:41:15 -0600 Subject: [PATCH] readme: add note about how to build and test --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 73bd98266e..9cfffb47fa 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,18 @@ for reader.HasNext() { } ``` +## Build and Test + +Build the sources: + + go build ./pulsar + +Run the unit tests: + + ./pulsar-test-service-start.sh + go test ./pulsar + ./pulsar-test-service-stop.sh + ## Contributing Contributions are welcomed and greatly appreciated. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.