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 6db1d31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6db1d31

Please sign in to comment.