Add --all-features

This commit is contained in:
Tom Forbes
2019-10-19 19:59:29 +01:00
committed by Martin Algesten
parent e693dec7a8
commit ed29d3feb5
2 changed files with 4 additions and 0 deletions

View File

@@ -19,3 +19,4 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --all-features

View File

@@ -29,3 +29,6 @@ webpki = { version = "0.21", optional = true }
webpki-roots = { version = "0.17", optional = true } webpki-roots = { version = "0.17", optional = true }
serde_json = { version = "1", optional = true } serde_json = { version = "1", optional = true }
encoding = { version = "0.2", optional = true } encoding = { version = "0.2", optional = true }
[package.metadata."docs.rs"]
all-features = true