wormhole-william: enable tests

This commit is contained in:
superherointj 2022-04-13 11:58:18 -03:00
parent 1730f14d79
commit ae10b8d024

View file

@ -13,7 +13,12 @@ buildGoModule rec {
vendorSha256 = "sha256-J6iht3cagcwFekydShgaYJtkNLfEvSDqonkC7+frldM=";
doCheck = false;
preCheck = ''
# wormhole_test.go:692: failed to establish connection
substituteInPlace wormhole/wormhole_test.go \
--replace "TestWormholeDirectoryTransportSendRecvDirect" \
"SkipWormholeDirectoryTransportSendRecvDirect"
'';
meta = with lib; {
homepage = "https://github.com/psanford/wormhole-william";