From 0bab6708728ef1be4fd45376b0108ed119cee02e Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 27 Aug 2025 08:00:19 +0200 Subject: [PATCH] docs: update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8d8cdee..1e60cd5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A little template for Elixir projects. +## Testing + +This project uses [`mix test`](https://hexdocs.pm/mix/Mix.Tasks.Test.html) to run the tests: + +```sh +mix test +``` + ## Installation If [available in Hex](https://hex.pm/docs/publish), the package can be installed