Skip to content

lone/memory: add uninitialized allocation function #271

lone/memory: add uninitialized allocation function

lone/memory: add uninitialized allocation function #271

Workflow file for this run

name: Lone Lisp CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
- name: Test
run: make test