mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:17:37 +00:00
11
Makefile
11
Makefile
@@ -68,17 +68,6 @@ test_integration_v2_general:
|
|||||||
golang:1 \
|
golang:1 \
|
||||||
go test $(TAGS) -failfast ./... -timeout 60m -parallel 6
|
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:
|
coverprofile_func:
|
||||||
go tool cover -func=coverage.out
|
go tool cover -func=coverage.out
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user