Skip to content

helper: fix out of bound access on unmarshal #51

helper: fix out of bound access on unmarshal

helper: fix out of bound access on unmarshal #51

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Compile and Test
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- name: Compile
run: make
- name: Install test framework
run: make -C tests install
- name: Unit Test
run: make -C tests