Skip to content

wip: implemented hyper-1.0 for http/1.1 and http/2. todo: http/3 and … #342

wip: implemented hyper-1.0 for http/1.1 and http/2. todo: http/3 and …

wip: implemented hyper-1.0 for http/1.1 and http/2. todo: http/3 and … #342

Workflow file for this run

name: Unit Test
on:
push:
pull_request:
types: [synchronize, opened]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run unit tests
run: |
cargo test --verbose