Only build in debug for beta and nightly

This commit is contained in:
Paul Hauner 2019-04-18 19:10:13 +10:00
parent 381388d9c2
commit 2ee3b05bd3
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -24,6 +24,15 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true
exclude:
- rust: beta
env: BUILD=--release --all
- rust: beta
env: BUILD= --manifest-path eth2/state_processing/Cargo.toml --release --features fake_crypto
- rust: nightly
env: BUILD=--release --all
- rust: nightly
env: BUILD= --manifest-path eth2/state_processing/Cargo.toml --release --features fake_crypto
install:
- rustup component add rustfmt
- rustup component add clippy