From 6edac4863a8fe65e428ea76be705d6314fe5cfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 13 Jan 2023 18:54:22 +0200 Subject: [PATCH] Makefile: remove a missing target test_integration_oidc was removed in 0525bea59310a8e3e8e7d9feebcbd909f482cc92 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fac92a9..2582c1a5 100644 --- a/Makefile +++ b/Makefile @@ -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