Skip to content

Commit

Permalink
chore(ci): Enable all feature on testing document (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 12, 2025
1 parent 7380454 commit f10bb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: taiki-e/install-action@cargo-no-dev-deps
- uses: Swatinem/rust-cache@v2
- run: cargo no-dev-deps --no-private check --all-features
- run: cargo no-dev-deps --no-private doc --no-deps
- run: cargo no-dev-deps --no-private doc --no-deps --all-features
env:
RUSTDOCFLAGS: "-D warnings"

Expand Down

0 comments on commit f10bb76

Please sign in to comment.