Skip to content

Commit

Permalink
Remove doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Feb 8, 2024
1 parent 42dddd6 commit 1af36e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,3 @@ jobs:
run: rustup show
- uses: Swatinem/rust-cache@v2
- run: cargo nextest run --workspace --all-features
# `cargo-nextest` does not support doctests (yet?), so we have to run them
# separately.
# TODO: https://github.com/nextest-rs/nextest/issues/16
- run: cargo test --workspace --doc --all-features

0 comments on commit 1af36e2

Please sign in to comment.