From 5cd2a3f299d0b286bd78619783ed055a192abaf8 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@subcom.tech>
Date: Thu, 29 Sep 2022 20:58:54 +0530
Subject: [PATCH] test: Enable cli tests.

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 5c3f35c..1ce1a97 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ lint:
 
 test: lint build
 	$(POETRY) run pytest tests bitia
+    bash tests/test_cli.sh
 
 fix:
 	$(POETRY) run black bitia
-- 
GitLab