Run wallet-sanity against the new testnet

This commit is contained in:
Michael Vines 2018-07-13 22:13:13 -07:00
parent d349d6aa98
commit 751c1eba32
1 changed files with 3 additions and 1 deletions

View File

@ -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