Skip to content

Commit

Permalink
readme: add note about how to build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgier committed Jan 19, 2022
1 parent a119bab commit 9680a88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9680a88

Please sign in to comment.