Build full SPL in CI

This commit is contained in:
Michael Vines
2021-03-15 20:31:29 -07:00
parent d30c9ef351
commit 82269f1351

View File

@ -67,15 +67,8 @@ spl() {
./patch.crates-io.sh "$solana_dir" ./patch.crates-io.sh "$solana_dir"
$cargo build $cargo build
$cargo test
# Generic `cargo test`/`cargo test-bpf` disabled due to BPF VM interface changes between Solana 1.4 $cargo_test_bpf
# and 1.5...
#$cargo test
#$cargo_test_bpf
$cargo_test_bpf --manifest-path token/program/Cargo.toml
$cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml
) )
} }