Build full SPL in CI
This commit is contained in:
@ -65,15 +65,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
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user