diff --git a/.travis.yml b/.travis.yml index 0a50120..3a0278e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,5 @@ script: - cargo build --features "$FEATURES" - cargo test --features "$FEATURES" - cargo build --no-default-features --features "$FEATURES" - - cargo test --no-default-features --features "$FEATURES" + - cargo test --tests --no-default-features --features "$FEATURES" - if [ "$BUILD_BENCH" == "true" ]; then cargo bench --no-run --features "$FEATURES"; fi