From dc5a2761789434a863e69ffdd3dd3e7710bc587d Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Sun, 6 Oct 2024 15:22:15 +0200 Subject: [PATCH] Add a "Testing" section to the README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d92865..c71bbd70 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ erldns_zone_cache:put_zone({ Folsom is used to gather runtime metrics and statistics. -There is an HTTP API for querying metric data available at https://github.com/dnsimple/erldns-metrics +There is an HTTP API for querying metric data available at ## Tracing @@ -142,4 +142,14 @@ Application traces: ## Admin -There is an administrative API for querying the current zone cache and for basic control. You can find it in https://github.com/dnsimple/erldns-admin +There is an administrative API for querying the current zone cache and for basic control. You can find it in . + +## Tests + +To run automated tests: + +```bash +make test +``` + +This runs both [EUnit](https://www.erlang.org/doc/apps/eunit/chapter.html) tests and [dialyzer](https://www.erlang.org/docs/23/man/dialyzer.html).