Skip to content

[tests] Fix aunit tests folder #46

[tests] Fix aunit tests folder

[tests] Fix aunit tests folder #46

Workflow file for this run

# See https://docs.github.com/en/actions/guides for documentation about GitHub
# Actions.
name: AUnit Tests
# Run on all branches.
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup
run: |
cd ..
git clone https://github.com/hsaturn/EpoxyDuino
git clone https://github.com/bxparks/AceRoutine
git clone https://github.com/hsaturn/AUnit
git clone https://github.com/bxparks/AceCommon
- name: Verify tests
run: |
make -C extras/tests tests
make -C extras/tests runtests
make -C extras/tests clean