ci: add GitLab freeze assertion

This commit is contained in:
sovereign
2025-12-18 00:19:19 +00:00
parent d98a0dd957
commit 0f38063fac
3 changed files with 23 additions and 17 deletions

20
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,20 @@
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