Skip to content

Working eSPI for IPCC UART packets using oob message mechanism (#1982) #1823

Working eSPI for IPCC UART packets using oob message mechanism (#1982)

Working eSPI for IPCC UART packets using oob message mechanism (#1982) #1823

Workflow file for this run

name: tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose --workspace