Skip to content

Merge branch 'pj/task-collision-test' into next #85

Merge branch 'pj/task-collision-test' into next

Merge branch 'pj/task-collision-test' into next #85

Workflow file for this run

name: arduino-timer unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
make -C extras/tests
- name: Run
run: |
make -C extras/tests runtests