Skip to content

Commit cc2e14b

Browse files
committed
test(message-buffer): add rust integration tests
add rust-toolchain.toml to pin rust version, add integration tests, update cpi caller auth seeds
1 parent df409c5 commit cc2e14b

File tree

15 files changed

+7690
-719
lines changed

15 files changed

+7690
-719
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ repos:
7575
- id: cargo-clippy-message-buffer
7676
name: Cargo clippy for message buffer contract
7777
language: "rust"
78-
entry: cargo +nightly clippy --manifest-path ./message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
78+
entry: cargo +nightly clippy --manifest-path ./message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged --features test-bpf -- -D warnings
7979
pass_filenames: false
8080
files: message_buffer
8181
# Hooks for solana receiver contract

0 commit comments

Comments
 (0)