Skip to content

CI/CD: moved to PicoSDK 2.0 #226

CI/CD: moved to PicoSDK 2.0

CI/CD: moved to PicoSDK 2.0 #226

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@v4
- name: Unit tests
run: make -C extras/test