Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 433 Bytes

hyper-client-pool

Building the dev environment

Build and start up the docker compose environment:

./script/up

Start the tty in the hyper-client-pool container:

./script/console

Now you can run the tests, etc:

./script/test

Note: You can not successfully run tests outside of the container. Some tests will hang, others fails.

You can tear down the dev environment with:

./script/down