1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-07-12 16:43:24 +00:00

fix: [#8] testing not docker-compose tests

This commit is contained in:
ksieuk 2023-10-08 20:31:19 +03:00
parent 9569996333
commit 73babcd354

View File

@ -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