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 <joerichey@google.com>
  • Loading branch information
josephlr committed Aug 14, 2021
1 parent 3bc4664 commit e1e5f50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ 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

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

0 comments on commit e1e5f50

Please sign in to comment.