[.gitlab.yml] cargo check ethcore benches (#10965)
This commit is contained in:
parent
fd75491103
commit
abb2a8c5a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user