Add Rust BPF Tick Height test (#4718)
This commit is contained in:
@@ -67,7 +67,15 @@ fn main() {
|
||||
.expect("Unable to create BPF install directory")
|
||||
.success());
|
||||
|
||||
let rust_programs = ["alloc", "dep_crate", "iter", "many_args", "noop", "panic"];
|
||||
let rust_programs = [
|
||||
"alloc",
|
||||
"dep_crate",
|
||||
"iter",
|
||||
"many_args",
|
||||
"noop",
|
||||
"panic",
|
||||
"tick_height",
|
||||
];
|
||||
for program in rust_programs.iter() {
|
||||
println!(
|
||||
"cargo:warning=(not a warning) Building Rust-based BPF programs: solana_bpf_rust_{}",
|
||||
|
Reference in New Issue
Block a user