Skip to content

nrf5x: USBD implementation and examples (#965) #2402

nrf5x: USBD implementation and examples (#965)

nrf5x: USBD implementation and examples (#965) #2402

Workflow file for this run

name: Drivers
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Unit Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Zig
uses: mlugg/setup-zig@v2
- name: Run Test Suite
working-directory: drivers
run: zig build test