Skip to content

Bump h2 from 0.3.22 to 0.3.24 #105

Bump h2 from 0.3.22 to 0.3.24

Bump h2 from 0.3.22 to 0.3.24 #105

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
tags: [ 'v*' ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: cargo test