Add a make test target
This commit is contained in:
		
							parent
							
								
									0e9082aab7
								
							
						
					
					
						commit
						0fbc973899
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -6,4 +6,7 @@ build:
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
	go install -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=${VERSION}'" ./...
 | 
						go install -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=${VERSION}'" ./...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: install
 | 
					test:
 | 
				
			||||||
 | 
						go test -v ./...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.PHONY: install test
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue