diff --git a/README.md b/README.md index 6422af4..4186413 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,14 @@ Ansible can be used to build and deploy the hbase-exporter $ ansible-playbook -v -i inventory/env.yml deploy-hbase-exporter.yml -l host ```` +### Test +To run the tests +``` +$ make test +``` + ### Debug To see the log ``` $ sudo journalctl -afn100 -uhbase-exporter -``` +