Skip to content

README.md: fix code fragment typo; add UNO R4 to the list of unsuppor… #161

README.md: fix code fragment typo; add UNO R4 to the list of unsuppor…

README.md: fix code fragment typo; add UNO R4 to the list of unsuppor… #161

Workflow file for this run

name: AUnit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: |
cd ..
git clone https://github.com/bxparks/EpoxyDuino
git clone https://github.com/bxparks/AceCommon
git clone https://github.com/bxparks/AUnit
- name: Verify examples
run: |
make -C examples
make -C examples/MemoryBenchmark epoxy
- name: Run tests
run: |
make -C tests
make -C tests runtests