zeta-chain / protocol-contracts-solana

solana interface contract for zetachain
MIT License
5 stars 2 forks source link

Add a workflow to build the gateway program as a check before merging a PR #17

Closed fadeev closed 1 month ago

fadeev commented 2 months ago

Prevents merging code that doesn't compile.

brewmaster012 commented 1 month ago

and also run the anchor test command (integration test on a local validator) in addition to cargo test (unit tests in program)

lumtis commented 1 month ago

Original issue should be solved as we added cargo test in the CI

Opening a separate issue for the integration test: https://github.com/zeta-chain/protocol-contracts-solana/issues/44