1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 22:43:26 +00:00

fix: [#49] ignore tests

This commit is contained in:
ksieuk 2023-10-14 15:06:51 +03:00
parent 8087d3343b
commit a165735926

View File

@ -1,3 +1,11 @@
include ../../common_makefile.mk include ../../common_makefile.mk
PROJECT_FOLDERS = tgbot PROJECT_FOLDERS = tgbot
.PHONY: test
test:
@echo 'Running tests...'
.PHONY: ci-test
ci-test:
@echo 'Running tests...'