ci: Remove test-docs job (#3634)

This commit is contained in:
tottoto 2026-01-14 00:19:21 +09:00 committed by GitHub
parent 3034f2cb16
commit 81e727faf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,18 +144,6 @@ jobs:
- name: Run tests - name: Run tests
run: cargo +${{ env.MSRV }} test --locked --all-features 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: deny-check:
name: cargo-deny check name: cargo-deny check
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04