mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 14:27:35 +00:00
Include OIDC in the full execution
This commit is contained in:
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 ./...
|
||||||
|
Reference in New Issue
Block a user