Skip to content

chore(deps): bump h2 from 0.3.24 to 0.3.26 #84

chore(deps): bump h2 from 0.3.24 to 0.3.26

chore(deps): bump h2 from 0.3.24 to 0.3.26 #84

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release
- name: Run tests
run: cargo test --verbose