Skip to content

feat: Mute melody synth in vocal effect modes #119

feat: Mute melody synth in vocal effect modes

feat: Mute melody synth in vocal effect modes #119

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
packages: read
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: thumbv7em-none-eabihf
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/index
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Check embedded build
run: cargo build --release
- name: Run unit tests
run: cargo test --lib --target x86_64-unknown-linux-gnu