From e0efe2d6720a9c14f549e61bd615025d308a4cb6 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Tue, 7 May 2019 14:24:46 +1000 Subject: [PATCH] Included a command to build the protobuf service files, before doing the cargo fmt check. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2016de13..db593a592 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ variables: check-fmt: stage: test script: - - echo $CARGO_HOME + - cargo build --manifest-path protos/Cargo.toml - cargo fmt --all -- --check test-dev: