Skip to content

fix: add traceparent from headers (#6) #7

fix: add traceparent from headers (#6)

fix: add traceparent from headers (#6) #7

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- run: pip install -U pip
- run: pip install -e . -r requirements.lock
- run: pytest
env:
PYTHONUNBUFFERED: 1