Skip to content

Merge pull request #266 from ncht/dependabot/cargo/h2-0.3.26 #222

Merge pull request #266 from ncht/dependabot/cargo/h2-0.3.26

Merge pull request #266 from ncht/dependabot/cargo/h2-0.3.26 #222

Workflow file for this run

name: CI
on: push
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cargo build --verbose
cargo build --verbose --all-features
- name: Run tests
run: |
cargo test --verbose
cargo test --verbose --all-features