don't run release version

This commit is contained in:
aniketfuryrocks 2023-03-18 15:50:59 +05:30
parent cfc49a5dee
commit 17cba6f4bc
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
run: |
sh -c "solana-test-validator" &
sleep 20 && solana airdrop 10000
cargo run --release &
cargo run &
sleep 20 && cargo test
yarn test
pkill lite-rpc