mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-12 21:03:26 +00:00
fix: [#8] testing not docker-compose tests
This commit is contained in:
parent
9569996333
commit
73babcd354
|
@ -7,3 +7,8 @@ PROJECT_FOLDERS = bin lib tests
|
||||||
test:
|
test:
|
||||||
@echo 'Running tests...'
|
@echo 'Running tests...'
|
||||||
@$(PYTHON) -m pytest tests/unit
|
@$(PYTHON) -m pytest tests/unit
|
||||||
|
|
||||||
|
.PHONY: ci-test
|
||||||
|
ci-test:
|
||||||
|
@echo 'Running tests...'
|
||||||
|
@$(PYTHON) -m pytest tests/unit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user