Build full SPL in CI

This commit is contained in:
Michael Vines 2021-03-15 20:31:29 -07:00
parent d30c9ef351
commit 82269f1351
1 changed files with 2 additions and 9 deletions

View File

@ -67,15 +67,8 @@ spl() {
./patch.crates-io.sh "$solana_dir"
$cargo build
# Generic `cargo test`/`cargo test-bpf` disabled due to BPF VM interface changes between Solana 1.4
# 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
$cargo test
$cargo_test_bpf
)
}