Skip to content

improved gc adds different spaces in beginning of heap to reduce dead… #298

improved gc adds different spaces in beginning of heap to reduce dead…

improved gc adds different spaces in beginning of heap to reduce dead… #298

Workflow file for this run

name: make check test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
run: git clone https://github.com/reginaldford/sms
- name: Initialize and update submodules
working-directory: ./sms
run: git submodule update --recursive --init
- name: Run make check
working-directory: ./sms
run: make check