aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-03 20:59:02 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-03 20:59:02 +0100
commit260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 (patch)
tree3cbbccc74357dc8ddc37fb507005f4866df3b3fb /README.md
parent45fbf824248215a737d5d0b52920b43b68941ad3 (diff)
Add first tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3879878..d6d889c 100644
--- a/README.md
+++ b/README.md
@@ -70,3 +70,9 @@ Build dev version with `make` or `make build`.
Build release with `make -e profile=release` or `make -e profile=release build`.
+Run tests with `make test`.
+
+If you have [tarpaulin][tarpaulin], you can also run `make coverage` to get
+coverage information.
+
+[tarpaulin]: https://github.com/xd009642/tarpaulin