From 1af36e2ed4535a0382ed48c25c6888b7d3fc97e2 Mon Sep 17 00:00:00 2001 From: Filippo Costa Date: Thu, 8 Feb 2024 18:44:31 +0300 Subject: [PATCH] Remove doctests --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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