Skip to content

Breaking Change new Subscriber API #66

Breaking Change new Subscriber API

Breaking Change new Subscriber API #66

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