From 7ce3f8c7d16ccadfc5553bf4a4ac0f230cccfa5b Mon Sep 17 00:00:00 2001 From: Juan Font Date: Fri, 4 Nov 2022 16:10:59 +0100 Subject: [PATCH] Update Makefile Co-authored-by: Kristoffer Dalby --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 48ab8215..45538942 100644 --- a/Makefile +++ b/Makefile @@ -68,17 +68,6 @@ test_integration_v2_general: golang:1 \ go test $(TAGS) -failfast ./... -timeout 60m -parallel 6 - -test_integration_v2_auth_web_flow: - docker run \ - -t --rm \ - -v ~/.cache/hs-integration-go:/go \ - --name headscale-test-suite \ - -v $$PWD:$$PWD -w $$PWD/integration \ - -v /var/run/docker.sock:/var/run/docker.sock \ - golang:1 \ - go test ./... -timeout 60m -parallel 6 -run TestAuthWebFlow - coverprofile_func: go tool cover -func=coverage.out