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
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -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: