From 81e727faf6c2510290b98e29f4b06fec5c96cfdd Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 14 Jan 2026 00:19:21 +0900 Subject: [PATCH] ci: Remove test-docs job (#3634) --- .github/workflows/CI.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index df41de2b..797203e6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -144,18 +144,6 @@ jobs: - name: Run tests run: cargo +${{ env.MSRV }} test --locked --all-features - test-docs: - needs: check - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@v6 - - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@v2 - with: - save-if: ${{ github.ref == 'refs/heads/main' }} - - name: Run doc tests - run: cargo test --locked --all-features --doc - deny-check: name: cargo-deny check runs-on: ubuntu-24.04