diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2abc70..2d23756 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,6 +95,3 @@ jobs: - name: Run cargo test regular features run: cargo nextest run --release - - - name: Run cargo doc tests - run: cargo test --doc --release