remove redundant cmds

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2021-12-20 11:07:45 +01:00
parent 4568430232
commit f43c715539
1 changed files with 0 additions and 4 deletions

View File

@ -68,9 +68,5 @@ jobs:
echo "Generating keypair..."
solana-keygen new -o "$HOME/.config/solana/id.json" --no-passphrase --silent
- name: Run unit tests
run: cargo test --lib
- name: Build program
run: cargo build-bpf
- name: Run tests
run: cargo test-bpf