Skip to content

Bump h2 from 0.3.15 to 0.3.17 #196

Bump h2 from 0.3.15 to 0.3.17

Bump h2 from 0.3.15 to 0.3.17 #196

Workflow file for this run

name: Rust
on:
push:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- run: cargo fmt -- --check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo build
- run: cargo test
- run: cargo test -- --ignored