Skip to content

Commit a5a3a34

Browse files
phil-oppjosephlr
authored andcommitted
Run cargo doc in our CI job
1 parent 62b7895 commit a5a3a34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
with:
6666
command: build
6767

68+
- name: "Run cargo doc"
69+
uses: actions-rs/cargo@v1
70+
with:
71+
command: doc
72+
6873
- name: "Run cargo build for stable without instructions"
6974
uses: actions-rs/cargo@v1
7075
with:

0 commit comments

Comments
 (0)