Skip to content

hart: move the illegal insn fault out. #13

hart: move the illegal insn fault out.

hart: move the illegal insn fault out. #13

Workflow file for this run

name: Unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: kivikakk/niar/setup-action@main
- name: Run tests
run: .venv/bin/pytest