Skip to content

Rename "adapting" to "calibrating" in MovingFilter functions. #110

Rename "adapting" to "calibrating" in MovingFilter functions.

Rename "adapting" to "calibrating" in MovingFilter functions. #110

Workflow file for this run

name: AUnit Tests
on:
push:
paths:
- '**.ino'
- '**.cpp'
- '**.h'
- '**aunit_tests.yml'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Verify tests
run: |
make -C tests
make -C tests test