Skip to content

feat: Implements OTEL Server and Output Capture #42

feat: Implements OTEL Server and Output Capture

feat: Implements OTEL Server and Output Capture #42

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test