Skip to content

[crypto, drivers, tests] Refactor crypto API to use StartOp/Process/EndOp pattern. Add null checks to all drivers #17

[crypto, drivers, tests] Refactor crypto API to use StartOp/Process/EndOp pattern. Add null checks to all drivers

[crypto, drivers, tests] Refactor crypto API to use StartOp/Process/EndOp pattern. Add null checks to all drivers #17

Workflow file for this run

name: Core Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
core-tests:
runs-on: ubuntu-latest
strategy:
matrix:
extra_cflags: ["", "-DWHAL_CFG_NO_TIMEOUT"]
steps:
- uses: actions/checkout@v4
- name: Build and run core tests
working-directory: tests/core
run: CFLAGS="${{ matrix.extra_cflags }}" make run