Skip to content

Commit 5354b02

Browse files
committed
CI: add cargo doc run using stable features
Signed-off-by: Joe Richey <[email protected]>
1 parent 17ca2b0 commit 5354b02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
with:
7171
command: doc
7272

73+
- name: "Run cargo doc for stable"
74+
uses: actions-rs/cargo@v1
75+
with:
76+
command: doc
77+
args: --no-default-features --features external_asm,instructions
78+
if: runner.os != 'Windows'
79+
7380
- name: "Run cargo build for stable without instructions"
7481
uses: actions-rs/cargo@v1
7582
with:

0 commit comments

Comments
 (0)