Skip to content

Commit eed21e7

Browse files
authored
chore(ci): check docs links with full features (#245)
1 parent 203c956 commit eed21e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ jobs:
126126
steps:
127127
- uses: actions/checkout@v5
128128
- uses: dtolnay/rust-toolchain@nightly
129-
- run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken_intra_doc_links
129+
- run: cargo rustdoc --features full -- --cfg docsrs -D rustdoc::broken_intra_doc_links

0 commit comments

Comments
 (0)