ci: fix GitLab rust image tag
This commit is contained in:
@@ -3,7 +3,7 @@ stages:
|
|||||||
|
|
||||||
freeze:envelope-byte-contract:
|
freeze:envelope-byte-contract:
|
||||||
stage: test
|
stage: test
|
||||||
image: rust:stable
|
image: rust:1
|
||||||
variables:
|
variables:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
cache:
|
cache:
|
||||||
@@ -17,4 +17,3 @@ freeze:envelope-byte-contract:
|
|||||||
- cargo --version
|
- cargo --version
|
||||||
script:
|
script:
|
||||||
- cargo test -p vaultmesh-command-center test_event_envelope_canonicalization_bytes
|
- cargo test -p vaultmesh-command-center test_event_envelope_canonicalization_bytes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user