mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Merge pull request #892 from kradalby/integration-v2-no-verbose
Remove verbose flag for v2 tests, increase timeout
This commit is contained in:
		
						commit
						5c9c4f27fe
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -74,7 +74,7 @@ test_integration_v2_general:
 | 
				
			|||||||
		-v $$PWD:$$PWD -w $$PWD/integration \
 | 
							-v $$PWD:$$PWD -w $$PWD/integration \
 | 
				
			||||||
		-v /var/run/docker.sock:/var/run/docker.sock \
 | 
							-v /var/run/docker.sock:/var/run/docker.sock \
 | 
				
			||||||
		golang:1 \
 | 
							golang:1 \
 | 
				
			||||||
		go test ./... -timeout 15m -v
 | 
							go test ./... -timeout 30m
 | 
				
			||||||
 | 
					
 | 
				
			||||||
coverprofile_func:
 | 
					coverprofile_func:
 | 
				
			||||||
	go tool cover -func=coverage.out
 | 
						go tool cover -func=coverage.out
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user