Skip to content

fix avr boards compilation error and small performance improvements #67

fix avr boards compilation error and small performance improvements

fix avr boards compilation error and small performance improvements #67

Workflow file for this run

name: PlatformIO Unit Tests
on: [push, pull_request, workflow_call]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install PlatformIO Core
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Run Tests on the Desktop Environment
run: platformio test -e desktop