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...'