Skip to content

build(deps): Bump hyper from 0.14.28 to 0.14.29 #1739

build(deps): Bump hyper from 0.14.28 to 0.14.29

build(deps): Bump hyper from 0.14.28 to 0.14.29 #1739

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup show
- name: cargo test
run: cargo test --workspace