Skip to content

Iteration 2026-01-23-004: Shimmer force accents now downbeat-only #106

Iteration 2026-01-23-004: Shimmer force accents now downbeat-only

Iteration 2026-01-23-004: Shimmer force accents now downbeat-only #106

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential catch2
- name: Build tests
run: make test