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:
parent
8087d3343b
commit
a165735926
|
@ -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...'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user