Skip to content

Merge pull request #9 from eigr/dependabot/cargo/h2-0.3.24 #40

Merge pull request #9 from eigr/dependabot/cargo/h2-0.3.24

Merge pull request #9 from eigr/dependabot/cargo/h2-0.3.24 #40

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