From 3b50a489dd0eeefe5f3a8f1195c9bca699efee00 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Wed, 24 Jul 2024 20:58:51 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 786b76c..a196377 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Compile and run: nimble run ``` +Run unit tests: + +```sh +nimble test +``` + ### Docker To compile the binary only, run the following (executable will be found in `/bin/`):