Skip to content

Implement unit tests #2

Implement unit tests

Implement unit tests #2

Workflow file for this run

name: main
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install nasm -y
- name: Build
run: make
- name: Run tests
run: make tests