Skip to content

Commit 4e541bd

Browse files
committed
In GitHub CI, check that docs build for private items in wgpu.
Include the `wgpu` crate in the list of crates that `.github/workflows/ci.yml` checks that `cargo doc --private-items` works without warnings.
1 parent 0e7dce9 commit 4e541bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@ jobs:
336336
run: |
337337
set -e
338338
339-
# wgpu_core package
340339
cargo --locked doc --target ${{ matrix.target }} ${{ matrix.extra-flags }} \
341340
--package wgpu-core \
342341
--package wgpu-hal \
343342
--package naga \
343+
--package wgpu \
344344
--all-features --no-deps --document-private-items
345345
346346
# We run minimal checks on the MSRV of the core crates, ensuring that

0 commit comments

Comments
 (0)