feat(ci): run tests (from #288) in CI, which already runs make test
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@@ -88,7 +88,11 @@ powerwash: clean
 | 
			
		||||
	@echo "===> Removing pipenv-managed virtual environment"
 | 
			
		||||
	@$(PIPENV) --rm || true
 | 
			
		||||
 | 
			
		||||
test: lint
 | 
			
		||||
test: lint unit-tests
 | 
			
		||||
 | 
			
		||||
.PHONY: unit-tests
 | 
			
		||||
unit-tests: devdeps
 | 
			
		||||
	@$(PIPENV) run python3 -m unittest
 | 
			
		||||
 | 
			
		||||
reset-bootloader:
 | 
			
		||||
	@echo "===> Rebooting your board to bootloader (safe to ignore file not found errors)"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user