Skip to content

Update tracing-opentelemetry requirement from 0.21.0 to 0.22.0 #166

Update tracing-opentelemetry requirement from 0.21.0 to 0.22.0

Update tracing-opentelemetry requirement from 0.21.0 to 0.22.0 #166

Workflow file for this run

on: push
name: Continuous integration
jobs:
check:
name: Lint, Check, Clippy, Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add rustfmt clippy
- run: cargo fmt --all -- --check
- run: cargo check
- run: cargo clippy --version
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo build