Add a trace to debug the invalid lookup issue

This commit is contained in:
Guillaume Ballet 2019-10-30 11:12:05 +01:00
parent 4e7b296a48
commit a97be2e77b

View file

@ -47,6 +47,7 @@ jobs:
dist: xenial dist: xenial
go: 1.13.x go: 1.13.x
script: script:
- export GODEBUG=netdns=go+1
- go run build/ci.go install - go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES - go run build/ci.go test -coverage $TEST_PACKAGES