travis: Make sure to run docs tests for all features

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joe Richey
2020-09-08 23:50:41 -07:00
committed by Joseph Richey
parent b4160604d7
commit bf6d124d53
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
- cargo doc --no-deps --features=std,custom
- cargo deadlinks --dir target/doc
# Check that our tests pass in the default/minimal configuration
- cargo test --tests --benches
- cargo test --tests --benches --features=std,custom
- cargo generate-lockfile -Z minimal-versions
- cargo test --tests --benches