mirror of
				https://github.com/ijaric/voice_assistant.git
				synced 2025-10-30 23:43:25 +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