Skip to content

Commit 6b7c224

Browse files
committed
[ci] Test documentation generation.
1 parent 3b5ae5e commit 6b7c224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
run: cargo test --verbose
2525
- name: Run no_std test
2626
run: cd finny_nostd_tests && cargo build && cargo run
27+
- name: Generate documentation and run doc tests.
28+
run: cargo doc --no-deps
2729

0 commit comments

Comments
 (0)