We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a21195 commit 9a0fceeCopy full SHA for 9a0fcee
.travis.yml
@@ -27,4 +27,5 @@ script:
27
cargo test --verbose &&
28
([ -z "$FEATURES" ] || cargo build --verbose --features "$FEATURES") &&
29
([ -z "$FEATURES" ] || cargo test --verbose --features "$FEATURES") &&
30
+ ([ -z "$FEATURES" ] || cargo test --release --verbose --features "$FEATURES") &&
31
([ "$BENCH" != 1 ] || cargo bench --no-run --verbose --features "$FEATURES")
0 commit comments