[CI] check evmbin build (#11096)

This commit is contained in:
Andronik Ordian
2019-09-27 23:29:25 +02:00
committed by GitHub
parent 2b8b8851ab
commit 4979c62bb5

View File

@@ -96,6 +96,13 @@ cargo-check 2 3:
- time cargo check --target $CARGO_TARGET --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose --color=always
- sccache -s
cargo-check-evmbin:
stage: test
<<: *docker-cache-status
script:
- time cargo check -p evmbin --target $CARGO_TARGET --locked --verbose --color=always
- sccache -s
cargo-check-benches:
stage: test
<<: *docker-cache-status