Skip to content

Commit 76f8383

Browse files
committed
chore: readme note
1 parent 2b0e9f5 commit 76f8383

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ Close your publishers and consumers when you're done with them and do *not* atte
119119

120120
Note that the API is currently in `v0`. I don't plan on huge changes, but there may be some small breaking changes before we hit `v1`.
121121

122+
## Integration testing
123+
124+
By setting `ENABLE_DOCKER_INTEGRATION_TESTS=TRUE` during `go test -v ./...`, the integration tests will run. These launch a rabbitmq container in the local Docker daemon and test some publish/consume actions.
125+
126+
See [integration_test.go](integration_test.go).
127+
122128
## 💬 Contact
123129

124130
[![Twitter Follow](https://img.shields.io/twitter/follow/wagslane.svg?label=Follow%20Wagslane&style=social)](https://twitter.com/intent/follow?screen_name=wagslane)

0 commit comments

Comments
 (0)