Skip to content

feat(logger): create lightweight background logging to stdout #26

feat(logger): create lightweight background logging to stdout

feat(logger): create lightweight background logging to stdout #26

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --all-features