mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 05:11:41 +01:00 
			
		
		
		
	Added dummy tasks for mysql and pgsql tests
This commit is contained in:
		
							parent
							
								
									2ccdcda072
								
							
						
					
					
						commit
						cd7e661870
					
				
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							| @ -62,6 +62,14 @@ lint: | ||||
| test: | ||||
| 	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 | ||||
| check: test | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user