Skip to content

Commit

Permalink
Add release-mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2020
1 parent 94c358c commit 40020b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40020b7

Please sign in to comment.