Skip to content

feat: [structs] Add single malloc struct init #135

feat: [structs] Add single malloc struct init

feat: [structs] Add single malloc struct init #135

Workflow file for this run

name: DSA tests
on:
push:
branches:
- main
- dev
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Default to bash
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: false
fetch-depth: 50
- name: Build & run tests
run: |
make