Included a command to build the protobuf service files, before doing the cargo fmt check.

This commit is contained in:
Luke Anderson
2019-05-07 14:24:46 +10:00
parent 0bfe578810
commit e0efe2d672

View File

@@ -12,7 +12,7 @@ variables:
check-fmt: check-fmt:
stage: test stage: test
script: script:
- echo $CARGO_HOME - cargo build --manifest-path protos/Cargo.toml
- cargo fmt --all -- --check - cargo fmt --all -- --check
test-dev: test-dev: