Only run integration tests from dir in new tests

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-18 16:00:24 +02:00
parent 6d8c18d4de
commit b2bca2ac81
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ test_integration_v2_general:
-t --rm \
-v ~/.cache/hs-integration-go:/go \
--name headscale-test-suite \
-v $$PWD:$$PWD -w $$PWD \
-v $$PWD:$$PWD -w $$PWD/integration \
-v /var/run/docker.sock:/var/run/docker.sock \
golang:1 \
go test ./... -timeout 15m -v