Skip to content

Commit

Permalink
Add --all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
orf authored and algesten committed Oct 20, 2019
1 parent e693dec commit ed29d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ webpki = { version = "0.21", optional = true }
webpki-roots = { version = "0.17", optional = true }
serde_json = { version = "1", optional = true }
encoding = { version = "0.2", optional = true }

[package.metadata."docs.rs"]
all-features = true

0 comments on commit ed29d3f

Please sign in to comment.