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

Commit ac1a539

Browse files
committed
Make sure LSPS1 and no-std builds are properly documented
1 parent 059c82d commit ac1a539

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ 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
38+
RUSTFLAGS="--cfg lsps1" cargo doc --release
3639
- name: Build on Rust ${{ matrix.toolchain }}
3740
run: cargo build --verbose --color always
3841
- name: Check formatting

0 commit comments

Comments
 (0)