From bf6d124d536add7dcc028d8f216cee034a07a529 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Tue, 8 Sep 2020 23:50:41 -0700 Subject: [PATCH] travis: Make sure to run docs tests for all features Signed-off-by: Joe Richey --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0463dbf..c931e47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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