mirror of
https://github.com/juanfont/headscale.git
synced 2025-03-26 03:00:53 +00:00
Run more tests in parallel
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
d8c856e602
commit
31d427b655
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ test_integration_v2_general:
|
||||
-v $$PWD:$$PWD -w $$PWD/integration \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
golang:1 \
|
||||
go test ./... -timeout 60m
|
||||
go test ./... -timeout 60m -parallel 6
|
||||
|
||||
coverprofile_func:
|
||||
go tool cover -func=coverage.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user