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

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 - time cargo check --target $CARGO_TARGET --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose --color=always
- sccache -s - 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: cargo-check-benches:
stage: test stage: test
<<: *docker-cache-status <<: *docker-cache-status