Skip to content

chore(deps): update tower to 0.5 and move tower_compat to salvo_extra… #2254

chore(deps): update tower to 0.5 and move tower_compat to salvo_extra…

chore(deps): update tower to 0.5 and move tower_compat to salvo_extra… #2254

Workflow file for this run

name: ci-macos
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
test:
strategy:
fail-fast: false
matrix:
version:
- stable
# - nightly
name: Check ${{ matrix.version }} - x86_64-apple-darwin
runs-on: macOS-12
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.version }}
components: rustfmt, clippy
- name: check build
run: cargo check --all --bins --examples --tests
- name: check release build
run: cargo check --all --bins --examples --tests --release
- name: Cargo test
timeout-minutes: 40
run: cargo test --all --all-features --no-fail-fast -- --nocapture