Skip to content

Commit f10bb76

Browse files
authored
chore(ci): Enable all feature on testing document (#2140)
1 parent 7380454 commit f10bb76

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
@@ -96,7 +96,7 @@ jobs:
9696
- uses: taiki-e/install-action@cargo-no-dev-deps
9797
- uses: Swatinem/rust-cache@v2
9898
- run: cargo no-dev-deps --no-private check --all-features
99-
- run: cargo no-dev-deps --no-private doc --no-deps
99+
- run: cargo no-dev-deps --no-private doc --no-deps --all-features
100100
env:
101101
RUSTDOCFLAGS: "-D warnings"
102102

0 commit comments

Comments
 (0)