Skip to content

fix output channel bug and add example #6

fix output channel bug and add example

fix output channel bug and add example #6

Workflow file for this run

name: cargo
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: script/build-examples
- run: cargo build --verbose
- run: cargo test --verbose