Skip to content

Commit d02c2b6

Browse files
committed
example scraping: doc for all features
1 parent 0561c39 commit d02c2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-releasability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
id: scrape
335335
continue-on-error: true
336336
run: |
337-
cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
337+
cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps --all-features
338338
- name: Fail when needed
339339
run: |
340340
if [[ ${{ steps.initial.outputs.initial }} == "false" ]]; then

0 commit comments

Comments
 (0)