From 807c0a7f40939ef742c7f795b25da132a2f7c8e0 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 13 Jul 2018 22:13:13 -0700 Subject: [PATCH] Run wallet-sanity against the new testnet --- ci/refresh-testnet.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/refresh-testnet.sh b/ci/refresh-testnet.sh index 33c6f276d54c1e..36011249415fcf 100755 --- a/ci/refresh-testnet.sh +++ b/ci/refresh-testnet.sh @@ -76,5 +76,7 @@ for info in "${vmlist[@]}"; do cat "log-$vmName.txt" done -echo "--- done" +echo "--- Testnet sanity test" +USE_SNAP=1 ./multinode-demo/test/wallet-sanity.sh testnet.solana.com + exit 0