Skip to content

EnvPitchDetector: starting to fill in parts of the algorithm. #863

EnvPitchDetector: starting to fill in parts of the algorithm.

EnvPitchDetector: starting to fill in parts of the algorithm. #863

Workflow file for this run

name: Sapphire Tests
on: [push]
jobs:
SapphireTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cppcheck
run: sudo apt install -y cppcheck
- name: Sapphire unit tests
run: cd util && ./runtests