use std.heap.ArenaAllocator to simplify freeing memory, genius! #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |