Skip to content

RingBuffer and SortedRing based on std::array (#30) #76

RingBuffer and SortedRing based on std::array (#30)

RingBuffer and SortedRing based on std::array (#30) #76

name: PlatformIO Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Run PlatformIO tests
run: pio test -e native