Skip to content

Commit 692e1f4

Browse files
committed
run cargo doc in CI
1 parent e89deb8 commit 692e1f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,18 @@ jobs:
9292
- uses: taiki-e/install-action@cargo-hack
9393
- name: cargo check msrv
9494
run: cargo hack check --feature-powerset
95+
96+
doc:
97+
name: Build docs
98+
runs-on: ubuntu-24.04
99+
strategy:
100+
matrix:
101+
rust:
102+
- stable
103+
steps:
104+
- uses: actions/[email protected]
105+
- uses: dtolnay/rust-toolchain@v1
106+
with:
107+
toolchain: ${{ matrix.rust }}
108+
- name: cargo doc
109+
run: cargo doc --all-features

0 commit comments

Comments
 (0)