From 219796f9e2a527f4cc7255d9bcd91cbf771c7d37 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 16 Nov 2021 06:41:00 -0600 Subject: [PATCH] Add command to run tests in the root Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 972a8fb..1ee88d8 100755 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ clean: make -C api clean make -C web clean +test: + (cd api && nimble unittest) + update-version: operations/update-version.sh