Skip to content

Added case for NULL instructions #499

Added case for NULL instructions

Added case for NULL instructions #499

Workflow file for this run

name: Run unit tests
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Clean project
run: make clean
- name: Build unit tests with `make`
run: make tests
- name : Run unit tests
run: ./test