Files
vm-control/.gitlab-ci.yml
2025-12-18 00:19:19 +00:00

21 lines
382 B
YAML

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