Skip to content

Commit

Permalink
ci: build docs with docsrs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc authored and Geal committed Aug 13, 2021
1 parent 37eedf3 commit ebab6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --verbose --features "std lexical"
args: --verbose --features "std lexical docsrs"

fmt:
name: Check formatting
Expand Down

0 comments on commit ebab6ca

Please sign in to comment.