From a165735926bc92cff173dc55c5944ac855ad71a3 Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sat, 14 Oct 2023 15:06:51 +0300 Subject: [PATCH] fix: [#49] ignore tests --- src/bot_aiogram/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/bot_aiogram/Makefile b/src/bot_aiogram/Makefile index 3fbb3fe..1d5603a 100644 --- a/src/bot_aiogram/Makefile +++ b/src/bot_aiogram/Makefile @@ -1,3 +1,11 @@ include ../../common_makefile.mk PROJECT_FOLDERS = tgbot + +.PHONY: test +test: + @echo 'Running tests...' + +.PHONY: ci-test +ci-test: + @echo 'Running tests...'