Skip to content

Commit

Permalink
CI: add cargo doc run using stable features
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <[email protected]>
  • Loading branch information
josephlr committed Aug 14, 2021
1 parent 3bc4664 commit b3db805
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
with:
command: doc

- name: "Run cargo doc for stable"
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-default-features --features external_asm,instructions
if: runner.os != 'Windows'

- name: "Run cargo build for stable without instructions"
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit b3db805

Please sign in to comment.