Skip to content

Commit

Permalink
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.
  • Loading branch information
ids1024 authored and Drakulix committed Jan 13, 2025
1 parent b173702 commit f44e9b5
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
Expand Up @@ -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
Expand Down

0 comments on commit f44e9b5

Please sign in to comment.