Skip to content

Override set(time) in Alarm and Ramp to immediately change value base… #144

Override set(time) in Alarm and Ramp to immediately change value base…

Override set(time) in Alarm and Ramp to immediately change value base… #144

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