diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 855eee9..957eda5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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