We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6f5b6 commit 582af1fCopy full SHA for 582af1f
.travis.yml
@@ -23,8 +23,7 @@ addons:
23
- libopenblas-dev
24
script:
25
- |
26
- cargo build --verbose &&
27
- cargo test --verbose &&
28
- ([ -z "$FEATURES" ] || cargo build --verbose --features "$FEATURES") &&
29
- ([ -z "$FEATURES" ] || cargo test --verbose --features "$FEATURES") &&
+ cargo build --verbose --features "$FEATURES" &&
+ cargo test --verbose --features "$FEATURES" &&
+ cargo test --release --verbose --features "" &&
30
([ "$BENCH" != 1 ] || cargo bench --no-run --verbose --features "$FEATURES")
0 commit comments