Skip to content

README.md: update list of Arduino boards in Tier 3 #174

README.md: update list of Arduino boards in Tier 3

README.md: update list of Arduino boards in Tier 3 #174

Workflow file for this run

name: AUnit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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
git clone https://github.com/bxparks/AceSegment
- name: Verify examples
run: |
make -C examples
make -C examples/MemoryBenchmark epoxy
- name: Run tests
run: |
make -C tests
make -C tests runtests