Build full SPL in CI (bp #15886) (#15964)

* Build full SPL in CI

(cherry picked from commit 82269f1351)

* Avoid changing signature of ProgramTest::add_account

(cherry picked from commit 03180b502d)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-03-17 22:46:55 +00:00
committed by GitHub
parent af45efb62c
commit f5d56eabf3
2 changed files with 11 additions and 17 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
)
}