CI: Fix test runs

For some reason an explicit build-bpf step is needed, otherwise test-bpf
will fail with an error.
This commit is contained in:
Christian Kamm 2022-03-13 15:18:50 +01:00
parent 449fe4dc6d
commit 6964340773
1 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ jobs:
solana --version
echo "Generating keypair..."
solana-keygen new -o "$HOME/.config/solana/id.json" --no-passphrase --silent
- name: Build all deps
run: cargo build-bpf
- name: Run bpf tests
run: cargo test-bpf