Skip to content

MessageReader now is async/await #67

MessageReader now is async/await

MessageReader now is async/await #67

Workflow file for this run

name: Test it
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test Build
run: |
cargo test
cargo test --features with-telemetry