Skip to content

build(deps): update hyper requirement from 0.14.17 to 1.0.0 #355

build(deps): update hyper requirement from 0.14.17 to 1.0.0

build(deps): update hyper requirement from 0.14.17 to 1.0.0 #355

Workflow file for this run

name: test
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/*.rs'
- justfile
- .github/workflows/test.yml
permissions:
contents: read
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v42-rust
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just fetch
- run: just test-build
- run: just test