Skip to content

Update to http 1.0 and hyper 1.1 on hard mode #23

Update to http 1.0 and hyper 1.1 on hard mode

Update to http 1.0 and hyper 1.1 on hard mode #23

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install protoc
run: script/install-protoc
- name: Build
run: cargo build
- name: Run tests
run: cargo test