run tests in release mode

This commit is contained in:
debris 2017-11-14 16:57:32 +01:00
parent c12e07c906
commit 36fb6910b8
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ matrix:
allow_failures: allow_failures:
- rust: nightly - rust: nightly
script: script:
- cargo test -p ethereum-types --no-default-futures - cargo test -p ethereum-types --no-default-features --release
- cargo test -p tests - cargo test -p tests --release
env: env:
- RUST_LOG=quickcheck - RUST_LOG=quickcheck