We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ca2b0 commit 5354b02Copy full SHA for 5354b02
1 file changed
.github/workflows/build.yml
@@ -70,6 +70,13 @@ jobs:
70
with:
71
command: doc
72
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
+
80
- name: "Run cargo build for stable without instructions"
81
uses: actions-rs/cargo@v1
82
0 commit comments