Skip to content

Update links to semantic conventions for HTTP spans (#137) #249

Update links to semantic conventions for HTTP spans (#137)

Update links to semantic conventions for HTTP spans (#137) #249

Workflow file for this run

---
name: ci
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: just check
- run: just lint
- run: just test
#- run: just test_each_feature