Makefile: remove a missing target

test_integration_oidc was removed in 0525bea593
This commit is contained in:
Motiejus Jakštys 2023-01-13 18:54:22 +02:00 committed by Juan Font
parent e27e01c09f
commit 6edac4863a

View File

@ -26,7 +26,7 @@ dev: lint test build
test:
@go test $(TAGS) -short -coverprofile=coverage.out ./...
test_integration: test_integration_cli test_integration_derp test_integration_oidc test_integration_v2_general
test_integration: test_integration_cli test_integration_derp test_integration_v2_general
test_integration_cli:
docker network rm $$(docker network ls --filter name=headscale --quiet) || true