From 260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 3 Jan 2025 20:59:02 +0100 Subject: Add first tests --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit