Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 4979c62

Browse files
author
Andronik Ordian
authored
[CI] check evmbin build (#11096)
1 parent 2b8b885 commit 4979c62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ cargo-check 2 3:
9696
- time cargo check --target $CARGO_TARGET --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose --color=always
9797
- sccache -s
9898

99+
cargo-check-evmbin:
100+
stage: test
101+
<<: *docker-cache-status
102+
script:
103+
- time cargo check -p evmbin --target $CARGO_TARGET --locked --verbose --color=always
104+
- sccache -s
105+
99106
cargo-check-benches:
100107
stage: test
101108
<<: *docker-cache-status

0 commit comments

Comments
 (0)