Skip to content

Commit 9a0fcee

Browse files
committed
Run tests in --release mode in travis too
1 parent 4a21195 commit 9a0fcee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ script:
2727
cargo test --verbose &&
2828
([ -z "$FEATURES" ] || cargo build --verbose --features "$FEATURES") &&
2929
([ -z "$FEATURES" ] || cargo test --verbose --features "$FEATURES") &&
30+
([ -z "$FEATURES" ] || cargo test --release --verbose --features "$FEATURES") &&
3031
([ "$BENCH" != 1 ] || cargo bench --no-run --verbose --features "$FEATURES")

0 commit comments

Comments
 (0)