magic-wormhole-rs: enable tests

These actually run in the sandbox.
This commit is contained in:
Alex James
2024-12-07 18:50:26 -06:00
parent 5d3fb630fb
commit 980e2470ba
@@ -22,9 +22,6 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];
# all tests involve networking and are bound fail
doCheck = false;
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd wormhole-rs \
--bash <($out/bin/wormhole-rs completion bash) \