ci: add GitLab freeze assertion
This commit is contained in:
20
.gitlab-ci.yml
Normal file
20
.gitlab-ci.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user