Skip to content

Disassemble from ISA. #41

Disassemble from ISA.

Disassemble from ISA. #41

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