revert cargo test deduplication

This commit is contained in:
GroovieGermanikus 2023-08-24 09:15:15 +02:00
parent 50907f36ed
commit 3d2f9af8b8
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ sleep 20 && solana airdrop 10000
echo "Starting LiteRpc"
cargo run &
echo "Waiting 20s for startup"
sleep 20
echo "Running cargo tests in 20s"
sleep 20 && cargo test
echo "Running yarn tests"
yarn test