Skip to content

README.md: add double-quote around the filename of a '#line' statement #82

README.md: add double-quote around the filename of a '#line' statement

README.md: add double-quote around the filename of a '#line' statement #82

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
- name: Verify examples
run: |
make -C examples
- name: Verify tests
run: |
make -C tests
make -C tests runtests