mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Remove stale rule from Makefile (#1782)
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@@ -73,11 +73,6 @@ lint:
 | 
				
			|||||||
	fi
 | 
						fi
 | 
				
			||||||
	for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
 | 
						for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: integrations
 | 
					 | 
				
			||||||
integrations: TAGS=bindata sqlite
 | 
					 | 
				
			||||||
integrations: build
 | 
					 | 
				
			||||||
	go test code.gitea.io/gitea/integrations
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.PHONY: test
 | 
					.PHONY: test
 | 
				
			||||||
test:
 | 
					test:
 | 
				
			||||||
	go test $(PACKAGES)
 | 
						go test $(PACKAGES)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user