Skip to content

feat: configurable transport & tracing #45

feat: configurable transport & tracing

feat: configurable transport & tracing #45

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run tests
run: cargo test --verbose