Skip to content

PlatformIO CI/CD: Raspberry Pico build added #205

PlatformIO CI/CD: Raspberry Pico build added

PlatformIO CI/CD: Raspberry Pico build added #205

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
defaults:
run:
shell: bash
jobs:
ut:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Unit tests
run: make -C extras/test