mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Add parallel flag to makefile test target
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -30,7 +30,7 @@ source: ## Build Python source distribution package
 | 
				
			|||||||
	poetry build --format sdist
 | 
						poetry build --format sdist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test: ## Run the project testsuite(s)
 | 
					test: ## Run the project testsuite(s)
 | 
				
			||||||
	poetry run tox --recreate
 | 
						poetry run tox --recreate --parallel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dev: ## Create the local dev environment
 | 
					dev: ## Create the local dev environment
 | 
				
			||||||
	poetry install --extras poetry --sync
 | 
						poetry install --extras poetry --sync
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user