mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							40c545ddbc
						
					
				
				
					commit
					d23a3e96f1
				
			
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@@ -193,12 +193,12 @@ bench-sqlite: integrations.sqlite.test
 | 
				
			|||||||
	GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/sqlite.ini ./integrations.sqlite.test -test.bench .
 | 
						GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/sqlite.ini ./integrations.sqlite.test -test.bench .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: bench-mysql
 | 
					.PHONY: bench-mysql
 | 
				
			||||||
bench-mysql: integrations.mysql.test generate-ini
 | 
					bench-mysql: integrations.test generate-ini
 | 
				
			||||||
	GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.mysql.test -test.bench .
 | 
						GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.test -test.bench .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: bench-pgsql
 | 
					.PHONY: bench-pgsql
 | 
				
			||||||
bench-pgsql: integrations.pgsql.test generate-ini
 | 
					bench-pgsql: integrations.test generate-ini
 | 
				
			||||||
	GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.pgsql.test -test.bench .
 | 
						GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.test -test.bench .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: integration-test-coverage
 | 
					.PHONY: integration-test-coverage
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user