mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Add a trace to debug the invalid lookup issue
This commit is contained in:
parent
4e7b296a48
commit
a97be2e77b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue