wormhole/solana/bridge/program
Chirantan Ekbote 24dd6ed48b solana: bridge: Fix tests
Fix all the tests for the solana bridge program so that we can start
running it in CI.

Use the `solana-program-test` crate as the test framework. Previously,
running the tests required spinning up a test validator and manually
deploying the program there. Now developers can just do `cargo test-bpf`
to run the tests without needing any additional setup (beyond installing
the solana tools). This also lets us split out the tests so that they
can be run separately rather than having to run everything sequentially
in a single integration test.
2022-05-10 00:58:43 +09:00
..
src solana: bridge: Fix tests 2022-05-10 00:58:43 +09:00
tests solana: bridge: Fix tests 2022-05-10 00:58:43 +09:00
Cargo.toml solana: bridge: Fix tests 2022-05-10 00:58:43 +09:00
Xargo.toml Restructure workspace 2021-06-21 10:24:52 +02:00