Skip to content

build(deps): bump h2 from 0.3.24 to 0.3.26 #17

build(deps): bump h2 from 0.3.24 to 0.3.26

build(deps): bump h2 from 0.3.24 to 0.3.26 #17

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --release --verbose