Skip to content

Commit 8a55473

Browse files
committed
Check documentation for all features
1 parent 3653e35 commit 8a55473

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
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v4
5555
- uses: dtolnay/rust-toolchain@stable
5656
- name: Docs
57-
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps
57+
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features
5858
build:
5959
runs-on: ubuntu-latest
6060
steps:

0 commit comments

Comments
 (0)