Add --all-features
This commit is contained in:
committed by
Martin Algesten
parent
e693dec7a8
commit
ed29d3feb5
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -19,3 +19,4 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
args: --all-features
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user