Skip to content

Merge pull request #124 from thijstriemstra/patch-1 #173

Merge pull request #124 from thijstriemstra/patch-1

Merge pull request #124 from thijstriemstra/patch-1 #173

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