Skip to content

Commit 546f540

Browse files
committed
fix: only run rustdoc verification against workspace packages
1 parent d8d279e commit 546f540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ jobs:
3737
- name: Check documentation
3838
shell: bash
3939
env:
40-
RUSTFLAGS: --cfg docsrs
4140
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
42-
run: cargo doc --no-deps --document-private-items --all-features
41+
run: cargo doc --workspace --no-deps --document-private-items --all-features

0 commit comments

Comments
 (0)