diff --git a/Makefile b/Makefile
index 5c3f35c95b6c6a7a3287655fcd683668d34c669b..1ce1a978ba0dbdf50a0015df087a3d333596fbe0 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