From 3d2f9af8b8daacc9ef0c8fcf9e7a7d58a2a5e911 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Thu, 24 Aug 2023 09:15:15 +0200 Subject: [PATCH] revert cargo test deduplication --- test.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.bash b/test.bash index ce1d3dbf..cc99c2b3 100755 --- a/test.bash +++ b/test.bash @@ -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