mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Include OIDC in the full execution
This commit is contained in:
		
							parent
							
								
									41353a57c8
								
							
						
					
					
						commit
						5774b32e55
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -24,7 +24,7 @@ dev: lint test build
 | 
				
			|||||||
test:
 | 
					test:
 | 
				
			||||||
	@go test -coverprofile=coverage.out ./...
 | 
						@go test -coverprofile=coverage.out ./...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test_integration: test_integration_cli test_integration_derp test_integration_general
 | 
					test_integration: test_integration_cli test_integration_derp test_integration_oidc test_integration_general
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test_integration_cli:
 | 
					test_integration_cli:
 | 
				
			||||||
	go test -failfast -tags integration_cli,integration -timeout 30m -count=1 ./...
 | 
						go test -failfast -tags integration_cli,integration -timeout 30m -count=1 ./...
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user