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