Skip to content

Commit 9cb0736

Browse files
committed
ci: don't build all features when building docs
1 parent cfaebbc commit 9cb0736

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
@@ -139,4 +139,4 @@ jobs:
139139
- uses: Swatinem/rust-cache@v2
140140
- uses: DavidAnson/markdownlint-cli2-action@v20
141141
- name: Doc
142-
run: cargo doc --workspace --all-features
142+
run: cargo doc --workspace

0 commit comments

Comments
 (0)