Skip to content

Bump h2 from 0.3.21 to 0.3.24 #39

Bump h2 from 0.3.21 to 0.3.24

Bump h2 from 0.3.21 to 0.3.24 #39

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: cargo build
- name: Test
run: cargo test