Skip to content

docs: memory management feature docs #140

docs: memory management feature docs

docs: memory management feature docs #140

# MIT License
# Copyright (c) 2024 arfy slowy - DeRuneLabs
name: testing jane workflow mac
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: installattion golang
uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- name: build jane
run: |
brew install make
cd src
make all