Skip to content

Bump h2 from 0.4.2 to 0.4.5 #18

Bump h2 from 0.4.2 to 0.4.5

Bump h2 from 0.4.2 to 0.4.5 #18

Workflow file for this run

name: Check and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose