We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744cd0d commit c214336Copy full SHA for c214336
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ on:
12
13
env:
14
RUSTFLAGS: -D warnings
15
+ RUSTDOCFLAGS: -Dwarnings
16
RUST_BACKTRACE: 1
17
18
defaults:
@@ -45,5 +46,6 @@ jobs:
45
46
- name: cargo build no_std
47
run: cargo build --target thumbv7m-none-eabi --no-default-features
48
- run: cargo clippy --all-features
49
+ - run: cargo doc --all-features
50
- name: Ensure README.md is updated
51
run: '[ "$(< README.md)" = "$(cargo readme)" ]'
0 commit comments