mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
ci: Remove unnecessary package handling (#3628)
This commit is contained in:
@@ -142,25 +142,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
save-if: ${{ github.ref == 'refs/heads/main' }}
|
save-if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: >
|
run: cargo +${{ env.MSRV }} test --locked --all-features
|
||||||
cargo +${{ env.MSRV }}
|
|
||||||
test
|
|
||||||
-p axum
|
|
||||||
-p axum-extra
|
|
||||||
-p axum-core
|
|
||||||
--all-features
|
|
||||||
--locked
|
|
||||||
# the compiler errors are different on our MSRV which makes
|
|
||||||
# the trybuild tests in axum-macros fail, so just run the doc
|
|
||||||
# tests
|
|
||||||
- name: Run axum-macros doc tests
|
|
||||||
run: >
|
|
||||||
cargo +${{ env.MSRV }}
|
|
||||||
test
|
|
||||||
-p axum-macros
|
|
||||||
--doc
|
|
||||||
--all-features
|
|
||||||
--locked
|
|
||||||
|
|
||||||
test-docs:
|
test-docs:
|
||||||
needs: check
|
needs: check
|
||||||
@@ -205,16 +187,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
# Clang has native cross-compilation support
|
# Clang has native cross-compilation support
|
||||||
CC: clang
|
CC: clang
|
||||||
run: >
|
run: cargo check --all-targets --all-features --target armv5te-unknown-linux-musleabi
|
||||||
cargo
|
|
||||||
check
|
|
||||||
--all-targets
|
|
||||||
--all-features
|
|
||||||
-p axum
|
|
||||||
-p axum-core
|
|
||||||
-p axum-extra
|
|
||||||
-p axum-macros
|
|
||||||
--target armv5te-unknown-linux-musleabi
|
|
||||||
|
|
||||||
wasm32-unknown-unknown:
|
wasm32-unknown-unknown:
|
||||||
needs: check
|
needs: check
|
||||||
|
|||||||
Reference in New Issue
Block a user