Move state processing test into own build

This commit is contained in:
Paul Hauner 2019-04-18 06:45:25 +10:00
parent 7b853b33d5
commit 381388d9c2
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -7,12 +7,12 @@ before_install:
- sudo chown $USER /usr/local/bin/protoc - sudo chown $USER /usr/local/bin/protoc
- sudo chown -R $USER /usr/local/include/google - sudo chown -R $USER /usr/local/include/google
env: env:
- BUILD= - BUILD=--all
- BUILD=--release - BUILD=--release --all
- BUILD= --manifest-path eth2/state_processing/Cargo.toml --release --features fake_crypto
script: script:
- cargo build --verbose $BUILD --all - cargo build --verbose $BUILD
- cargo test --verbose $BUILD --all - cargo test --verbose $BUILD
- cargo test --manifest-path eth2/state_processing/Cargo.toml --verbose --release --features fake_crypto
- cargo fmt --all -- --check - cargo fmt --all -- --check
# No clippy until later... # No clippy until later...
#- cargo clippy #- cargo clippy