Skip to content

Commit

Permalink
Remove cargo-docs-rs in favor of cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
johngigantic committed Oct 16, 2023
1 parent ff200ca commit 58c4f3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-docs-rs
- run: cargo docs-rs
- run: cargo docs
- run: cargo test --all-features --doc

minimal:
Expand Down

0 comments on commit 58c4f3b

Please sign in to comment.