Skip to content

input, algo-tests, test-allocator #15

input, algo-tests, test-allocator

input, algo-tests, test-allocator #15

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: |
sudo apt install nasm make
make test