Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 6b334df

Browse files
committed
Ensure no_std builds are properly documented
1 parent 94bf295 commit 6b334df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Cargo check
3333
run: cargo check --release
3434
- name: Check documentation
35-
run: cargo doc --release
35+
run: |
36+
cargo doc --release
37+
cargo doc --no-default-features --features no-std
3638
- name: Build on Rust ${{ matrix.toolchain }}
3739
run: cargo build --verbose --color always
3840
- name: Check formatting

0 commit comments

Comments
 (0)