mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-08 04:44:11 -05:00
fix: add missing import for linux/amd64 daily job (#1706)
This commit is contained in:
@@ -31,6 +31,8 @@ import ./helpers
|
||||
when defined(linux) and defined(amd64):
|
||||
{.used.}
|
||||
|
||||
import ../libp2p/utils/ipaddr
|
||||
|
||||
suite "AutoTLS Integration":
|
||||
asyncTeardown:
|
||||
checkTrackers()
|
||||
|
||||
Reference in New Issue
Block a user