mirror of
https://github.com/tokio-rs/axum.git
synced 2026-02-06 03:07:02 +00:00
ci: Remove test-docs job (#3634)
This commit is contained in:
parent
3034f2cb16
commit
81e727faf6
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user