stages: - test freeze:envelope-byte-contract: stage: test image: rust:stable variables: CARGO_TERM_COLOR: always cache: key: cargo paths: - target/ - .cargo/registry/ - .cargo/git/ before_script: - rustc --version - cargo --version script: - cargo test -p vaultmesh-command-center test_event_envelope_canonicalization_bytes