diff --git a/.travis.yml b/.travis.yml index 7f4c26f6..200f511e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ script: - cargo test --all-features --all -- --nocapture - | cd yarte && cargo test -- --nocapture \ + && cargo test --release --all-features -- --nocapture \ && cargo test --features bytes-buf \ && cargo test --features bytes-buf-tokio2 \ && cargo test --features fixed \