mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Added dummy tasks for mysql and pgsql tests
This commit is contained in:
		
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@@ -62,6 +62,14 @@ lint:
 | 
				
			|||||||
test:
 | 
					test:
 | 
				
			||||||
	for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
 | 
						for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.PHONY: test-mysql
 | 
				
			||||||
 | 
					test-mysql:
 | 
				
			||||||
 | 
						@echo "Not integrated yet!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.PHONY: test-pgsql
 | 
				
			||||||
 | 
					test-pgsql:
 | 
				
			||||||
 | 
						@echo "Not integrated yet!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: check
 | 
					.PHONY: check
 | 
				
			||||||
check: test
 | 
					check: test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user