Skip to content

feat: Set sample_rate and channel_count via objc interface (#48) #199

feat: Set sample_rate and channel_count via objc interface (#48)

feat: Set sample_rate and channel_count via objc interface (#48) #199

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Update rust
run: rustup update
- name: Build
run: cargo build --verbose --features ci
- name: Run tests
run: cargo test --verbose --features ci