Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Deny warnings in cargo doc call
Browse files Browse the repository at this point in the history
This should allow CI to catch future breakage of intra-doc links and
other documentation issues.
ids1024 committed Jan 9, 2025
1 parent dd17455 commit 3a4b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -410,7 +410,7 @@ jobs:

- name: Build Documentation
env:
RUSTDOCFLAGS: --cfg=docsrs
RUSTDOCFLAGS: --cfg=docsrs -D warnings
run: cargo doc --no-deps --features "test_all_features" -p smithay -p calloop:0.14 -p drm -p gbm -p input -p udev -p wayland-server -p wayland-backend -p wayland-protocols -p winit -p x11rb -p tracing

- name: Setup index

0 comments on commit 3a4b4d4

Please sign in to comment.