[client] add verbose flag for free ad tests (#5021)

add verbose flag for free ad tests
This commit is contained in:
Maycon Santos
2026-01-03 13:32:41 +03:00
committed by GitHub
parent 9ba067391f
commit 80a312cc9c

View File

@@ -39,7 +39,7 @@ jobs:
# check all component except management, since we do not support management server on freebsd
time go test -timeout 1m -failfast ./base62/...
# NOTE: without -p1 `client/internal/dns` will fail because of `listen udp4 :33100: bind: address already in use`
time go test -timeout 8m -failfast -p 1 ./client/...
time go test -timeout 8m -failfast -v -p 1 ./client/...
time go test -timeout 1m -failfast ./dns/...
time go test -timeout 1m -failfast ./encryption/...
time go test -timeout 1m -failfast ./formatter/...