Skip to content

Commit 6b591ab

Browse files
committed
chore: temporary experiment for ci
Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
1 parent c565c8b commit 6b591ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,11 @@ jobs:
310310
- id: "docs"
311311
name: "run rustdoc"
312312
run: |
313-
RUSTDOCFLAGS="-D warnings" just \
313+
RUSTDOCFLAGS="-D warnings --document-private-items --allow rustdoc::all" just \
314314
debug_justfile="${{matrix.debug_justfile}}" \
315315
profile=${{matrix.profile.name}} \
316316
target=x86_64-unknown-linux-gnu \
317-
${{matrix.profile.sterile}} cargo doc
317+
${{matrix.profile.sterile}} cargo doc --workspace --no-deps
318318
319319
- name: "Setup tmate session for debug"
320320
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

0 commit comments

Comments
 (0)