mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Remove cargo-public-api-crates CI job
It's broken and has been replaced on main.
This commit is contained in:
@@ -61,23 +61,6 @@ jobs:
|
|||||||
- name: cargo hack check
|
- name: cargo hack check
|
||||||
run: cargo hack check --each-feature --no-dev-deps --all
|
run: cargo hack check --each-feature --no-dev-deps --all
|
||||||
|
|
||||||
cargo-public-api-crates:
|
|
||||||
runs-on: ubuntu-24.04
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
crate: [axum, axum-core, axum-extra, axum-macros]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
save-if: ${{ github.ref == 'refs/heads/main' }}
|
|
||||||
- name: Install cargo-public-api-crates
|
|
||||||
run: |
|
|
||||||
cargo install --git https://github.com/jplatte/cargo-public-api-crates
|
|
||||||
- name: cargo public-api-crates check
|
|
||||||
run: cargo public-api-crates --manifest-path ${{ matrix.crate }}/Cargo.toml check
|
|
||||||
|
|
||||||
test-versions:
|
test-versions:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|||||||
Reference in New Issue
Block a user