build downstream spl bpf programs for tests (backport #19851) (#19887)

Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
mergify[bot]
2021-09-15 12:20:00 -06:00
committed by GitHub
parent e51c2d1a84
commit 3ae2917603

View File

@@ -68,6 +68,7 @@ spl() {
$cargo build
$cargo test
$cargo_build_bpf
$cargo_test_bpf
)
}