Skip to content

use std.heap.ArenaAllocator to simplify freeing memory, genius! #53

use std.heap.ArenaAllocator to simplify freeing memory, genius!

use std.heap.ArenaAllocator to simplify freeing memory, genius! #53

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: pip install poetry
- uses: actions/checkout@v4
- run: make install-dependencies
- run: make test
# TODO: `make test-zig zig-run`