[.gitlab.yml] cargo check ethcore benches (#10965)

This commit is contained in:
Andronik Ordian 2019-08-15 16:28:25 +02:00 committed by GitHub
parent fd75491103
commit abb2a8c5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,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-ethcore-benches:
stage: test
<<: *docker-cache-status
script:
- time cargo check -p ethcore --benches --target $CARGO_TARGET --locked --verbose --color=always
- sccache -s
cargo-audit:
stage: test
<<: *docker-cache-status