diff --git a/.travis.yml b/.travis.yml index 3a0278e..34fd8de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ matrix: script: - cargo build --features "$FEATURES" - cargo test --features "$FEATURES" + - cargo test --features "$FEATURES" --release - cargo build --no-default-features --features "$FEATURES" - cargo test --tests --no-default-features --features "$FEATURES" + - cargo test --tests --no-default-features --features "$FEATURES" --release - if [ "$BUILD_BENCH" == "true" ]; then cargo bench --no-run --features "$FEATURES"; fi