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

Commit 6155dd4

Browse files
committed
Also enforce documentation for LSPS1
1 parent 3dfd51c commit 6155dd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: |
3636
cargo doc --release
3737
cargo doc --no-default-features --features no-std
38+
RUSTFLAGS="--cfg lsps1" cargo doc --release
39+
RUSTFLAGS="--cfg lsps1" cargo doc --no-default-features --features no-std
3840
- name: Build on Rust ${{ matrix.toolchain }}
3941
run: cargo build --verbose --color always
4042
- name: Check formatting

0 commit comments

Comments
 (0)