build:
cargo build
cargo build-sbf
lint:
cargo clippy --no-deps --tests --features test-bpf
test-all:
cargo test-sbf
cargo test
test TEST_NAME:
cargo test-sbf -- {{ TEST_NAME }}