Skip to content

add attributes of the current span for tracing subscriber #36

add attributes of the current span for tracing subscriber

add attributes of the current span for tracing subscriber #36

Workflow file for this run

name: cargo test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check rust version
run: rustup show
- name: Run tests
run: |
cargo test
cargo test -F tracing-support --doc