Skip to content

Commit edbe894

Browse files
committed
Add test of doc-rs build
1 parent dc1dc72 commit edbe894

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ jobs:
3939
- name: Docs
4040
run: just docs
4141

42+
doc-rs:
43+
name: Doc-rs test
44+
runs-on: ubuntu-latest
45+
env:
46+
RUSTDOCFLAGS: -Dwarnings
47+
steps:
48+
- uses: actions/checkout@v5
49+
- uses: dtolnay/rust-toolchain@nightly
50+
- uses: dtolnay/install@cargo-docs-rs
51+
- run: cargo docs-rs
52+
4253
build:
4354
name: Build and test
4455
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)