Skip to content

chore(deps): bump h2 from 0.3.11 to 0.3.24 #48

chore(deps): bump h2 from 0.3.11 to 0.3.24

chore(deps): bump h2 from 0.3.11 to 0.3.24 #48

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout code
- name: Lint
run: cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose