Skip to content

chore: Release

chore: Release #19

Workflow file for this run

name: http-adapter
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
ci:
runs-on: ubuntu-24.04
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.9
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy --workspace --all-features --tests -- -D warnings
- run: cargo test --workspace --all-features