Skip to content

Commit c214336

Browse files
ci: Run cargo doc
1 parent 744cd0d commit c214336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
env:
1414
RUSTFLAGS: -D warnings
15+
RUSTDOCFLAGS: -Dwarnings
1516
RUST_BACKTRACE: 1
1617

1718
defaults:
@@ -45,5 +46,6 @@ jobs:
4546
- name: cargo build no_std
4647
run: cargo build --target thumbv7m-none-eabi --no-default-features
4748
- run: cargo clippy --all-features
49+
- run: cargo doc --all-features
4850
- name: Ensure README.md is updated
4951
run: '[ "$(< README.md)" = "$(cargo readme)" ]'

0 commit comments

Comments
 (0)